diff options
author | minskim <minskim@pkgsrc.org> | 2005-06-24 21:36:10 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2005-06-24 21:36:10 +0000 |
commit | 89aa93ae382e96a3ec6ef6e3c49f8553a3a60639 (patch) | |
tree | 3b9be02b982899bc6563d8f9f7f7cb7e4ae19925 /graphics | |
parent | 6eff57cc9341dab7cd3d63471c3f9813be9ebd85 (diff) | |
download | pkgsrc-89aa93ae382e96a3ec6ef6e3c49f8553a3a60639.tar.gz |
Preserve "!" in shebang lines.
Bump PKGREVISION.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/netpbm/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/netpbm/Makefile b/graphics/netpbm/Makefile index e1fbf19f3a2..eddfc34f449 100644 --- a/graphics/netpbm/Makefile +++ b/graphics/netpbm/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.113 2005/06/20 22:39:18 wiz Exp $ +# $NetBSD: Makefile,v 1.114 2005/06/24 21:36:10 minskim Exp $ DISTNAME= netpbm-10.26.9 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=netpbm/} EXTRACT_SUFX= .tgz @@ -34,7 +34,7 @@ DEPENDS+= bash-[0-9]*:../../shells/bash EVAL_PREFIX+= BASH_PREFIX=bash SUBST_CLASSES+= bash SUBST_STAGE.bash= post-build -SUBST_SED.bash= -e "1s|^\#.*bin/sh|\#${BASH_PREFIX}/bin/bash|" +SUBST_SED.bash= -e "1s|^\#!.*bin/sh|\#!${BASH_PREFIX}/bin/bash|" SUBST_FILES.bash= converter/other/anytopnm \ converter/other/pnmtoplainpnm \ converter/ppm/hpcdtoppm/hpcdtoppm \ |