diff options
Diffstat (limited to 'graphics/aview/Makefile')
-rw-r--r-- | graphics/aview/Makefile | 8 |
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} |