From 1aa1fc5d41d99327271ed23e4579be63dc6bdfa6 Mon Sep 17 00:00:00 2001 From: ghen Date: Sat, 11 Mar 2006 10:07:49 +0000 Subject: Convert all packages using REPLACE_INTERPRETER to the new variable names without underscores (REPLACE.*.old, REPLACE.*.new, and REPLACE_FILES.*). Also convert REPLACE.*.new= ${SH:Q} back to ${SH}, as it should not be quoted here, if at all. Ok with rillig. --- sysutils/atitvout/Makefile | 8 ++++---- sysutils/tob/Makefile | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) (limited to 'sysutils') diff --git a/sysutils/atitvout/Makefile b/sysutils/atitvout/Makefile index 46609c2a91c..4dd24e3abd8 100644 --- a/sysutils/atitvout/Makefile +++ b/sysutils/atitvout/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2006/03/09 11:28:00 ghen Exp $ +# $NetBSD: Makefile,v 1.9 2006/03/11 10:07:50 ghen Exp $ DISTNAME= atitvout-0.4 PKGREVISION= 1 @@ -26,9 +26,9 @@ do-configure: .endif REPLACE_INTERPRETER+= bash -_REPLACE.bash.old= /bin/bash -_REPLACE.bash.new= ${SH:Q} -_REPLACE_FILES.bash= test.sh +REPLACE.bash.old= /bin/bash +REPLACE.bash.new= ${SH} +REPLACE_FILES.bash= test.sh SUBST_CLASSES+= sh SUBST_STAGE.sh= pre-configure diff --git a/sysutils/tob/Makefile b/sysutils/tob/Makefile index 2f800afdad1..9ffbab97056 100644 --- a/sysutils/tob/Makefile +++ b/sysutils/tob/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2006/03/09 14:50:31 ghen Exp $ +# $NetBSD: Makefile,v 1.9 2006/03/11 10:07:50 ghen Exp $ DISTNAME= tob-0.25 CATEGORIES= sysutils @@ -18,9 +18,9 @@ CONF_FILES+= ${EGDIR}/example.startdir ${PKG_SYSCONFDIR}/tob/volumes/example.sta INSTALLATION_DIRS= man/man8 sbin REPLACE_INTERPRETER+= bash -_REPLACE.bash.old= /bin/bash -_REPLACE.bash.new= ${SH:Q} -_REPLACE_FILES.bash= tob +REPLACE.bash.old= /bin/bash +REPLACE.bash.new= ${SH} +REPLACE_FILES.bash= tob do-build: for f in tob tob.rc; do \ -- cgit v1.2.3