summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorminskim <minskim>2005-06-24 21:36:10 +0000
committerminskim <minskim>2005-06-24 21:36:10 +0000
commitc7415a966aa9e83f167a978fc733d03b37498a3e (patch)
tree3b9be02b982899bc6563d8f9f7f7cb7e4ae19925 /graphics
parent64dfc099fe0d846f7f97ba669f4797792fa1573b (diff)
downloadpkgsrc-c7415a966aa9e83f167a978fc733d03b37498a3e.tar.gz
Preserve "!" in shebang lines.
Bump PKGREVISION.
Diffstat (limited to 'graphics')
-rw-r--r--graphics/netpbm/Makefile6
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 \