pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/graphics/netpbm Preserve "!" in shebang lines.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/700988c7c9a8
branches:  trunk
changeset: 496273:700988c7c9a8
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Fri Jun 24 21:36:10 2005 +0000

description:
Preserve "!" in shebang lines.

Bump PKGREVISION.

diffstat:

 graphics/netpbm/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (22 lines):

diff -r 62849de8a6b6 -r 700988c7c9a8 graphics/netpbm/Makefile
--- a/graphics/netpbm/Makefile  Fri Jun 24 21:28:25 2005 +0000
+++ b/graphics/netpbm/Makefile  Fri Jun 24 21:36:10 2005 +0000
@@ -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 @@
 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               \



Home | Main Index | Thread Index | Old Index