summaryrefslogtreecommitdiff
path: root/editors/ce-doc/Makefile
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2006-06-21 23:52:45 +0000
committerrillig <rillig@pkgsrc.org>2006-06-21 23:52:45 +0000
commit348be7a8d76e9537c6f3d4da893937e3d0b1308f (patch)
treef5642077b752f021bb1b2a2704355d00eaf7a21b /editors/ce-doc/Makefile
parent9f86f677cf7002702ab7f09e1ada5aa16c258ca5 (diff)
downloadpkgsrc-348be7a8d76e9537c6f3d4da893937e3d0b1308f.tar.gz
Replaced /bin/bash with ${SH} in a shell script. Bumped PKGREVISION.
Diffstat (limited to 'editors/ce-doc/Makefile')
-rw-r--r--editors/ce-doc/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/editors/ce-doc/Makefile b/editors/ce-doc/Makefile
index 5f9d4baee47..5815f3ec808 100644
--- a/editors/ce-doc/Makefile
+++ b/editors/ce-doc/Makefile
@@ -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_CLASSES+= paths
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"