summaryrefslogtreecommitdiff
path: root/graphics/aview
diff options
context:
space:
mode:
authorghen <ghen>2006-03-11 10:07:49 +0000
committerghen <ghen>2006-03-11 10:07:49 +0000
commitf5ae17480158de9ef2e0cfe5decb881ef8689518 (patch)
tree9825bc45aa84169ac0e533e81c0c40931c03a653 /graphics/aview
parentf4670b46063e962a691661be5e2859b8fb52224d (diff)
downloadpkgsrc-f5ae17480158de9ef2e0cfe5decb881ef8689518.tar.gz
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.
Diffstat (limited to 'graphics/aview')
-rw-r--r--graphics/aview/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/graphics/aview/Makefile b/graphics/aview/Makefile
index 9cf0ab53a4d..306e6263e9f 100644
--- a/graphics/aview/Makefile
+++ b/graphics/aview/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2006/03/09 14:50:31 ghen Exp $
+# $NetBSD: Makefile,v 1.18 2006/03/11 10:07:50 ghen Exp $
#
DISTNAME= aview-1.3.0rc1
@@ -32,9 +32,9 @@ SUBST_SED.programs+= -e 's,@BIN_PROGRAMS@,aview,g'
.endif
REPLACE_INTERPRETER+= bash
-_REPLACE.bash.old= /bin/bash
-_REPLACE.bash.new+= ${SH:Q}
-_REPLACE_FILES.bash= asciiview
+REPLACE.bash.old= /bin/bash
+REPLACE.bash.new= ${SH}
+REPLACE_FILES.bash= asciiview
post-install:
@${CP} ${PKGDIR}/PLIST ${PLIST_SRC}