pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/editors/ce-doc Replaced /bin/bash with ${SH} in a shel...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7fc4cfcca0fe
branches:  trunk
changeset: 515018:7fc4cfcca0fe
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Wed Jun 21 23:52:45 2006 +0000

description:
Replaced /bin/bash with ${SH} in a shell script. Bumped PKGREVISION.

diffstat:

 editors/ce-doc/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (22 lines):

diff -r fa37f09c97d9 -r 7fc4cfcca0fe editors/ce-doc/Makefile
--- a/editors/ce-doc/Makefile   Wed Jun 21 23:46:31 2006 +0000
+++ b/editors/ce-doc/Makefile   Wed Jun 21 23:52:45 2006 +0000
@@ -1,9 +1,10 @@
-# $NetBSD: Makefile,v 1.5 2005/12/05 20:50:09 rillig Exp $
+# $NetBSD: Makefile,v 1.6 2006/06/21 23:52:45 rillig Exp $
 #
 
 .include "../../editors/ce/Makefile.common"
 
 PKGNAME=               ce-doc-${VERSION}
+PKGREVISION=           1
 COMMENT+=              , documentation
 
 PKG_INSTALLATION_TYPES=        overwrite pkgviews
@@ -18,5 +19,6 @@
 SUBST_STAGE.paths=     do-configure
 SUBST_FILES.paths=     teach-ce.in
 SUBST_SED.paths=       -e 's|@LN@|${LN}|g'
+SUBST_SED.paths+=      -e '1s,/bin/bash,'${SH:Q}','
 
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index