summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorwiz <wiz>2010-01-09 15:52:19 +0000
committerwiz <wiz>2010-01-09 15:52:19 +0000
commita5e17e414913e857cc167753ca8d59f44d1f89e8 (patch)
tree6175c0ff1d3cde16d96bb1b95ce2e9faa837752e /devel
parentf6a060312f1261ddec6ee7f621b6b177b3451814 (diff)
downloadpkgsrc-a5e17e414913e857cc167753ca8d59f44d1f89e8.tar.gz
Fix PR 42168:
Remove '-P' argument from cd. Bump PKGREVISION.
Diffstat (limited to 'devel')
-rw-r--r--devel/scmgit-base/Makefile12
1 files changed, 11 insertions, 1 deletions
diff --git a/devel/scmgit-base/Makefile b/devel/scmgit-base/Makefile
index 1d67962f527..c49999c6a58 100644
--- a/devel/scmgit-base/Makefile
+++ b/devel/scmgit-base/Makefile
@@ -1,9 +1,10 @@
-# $NetBSD: Makefile,v 1.16 2009/01/09 13:42:15 tonnerre Exp $
+# $NetBSD: Makefile,v 1.17 2010/01/09 15:52:19 wiz Exp $
#
.include "../../devel/scmgit/Makefile.common"
PKGNAME= scmgit-base-${GIT_VERSION}
+PKGREVISION= 1
COMMENT= GIT Tree History Storage Tool (base package)
PKG_DESTDIR_SUPPORT= user-destdir
@@ -79,6 +80,15 @@ SUBST_MESSAGE.fix-paths=Fixing hard-coded pathnames
SUBST_STAGE.fix-paths= pre-build
SUBST_VARS.fix-paths= PREFIX
+SUBST_CLASSES+= fix-cd-P
+SUBST_FILES.fix-cd-P= git-sh-setup.sh
+SUBST_FILES.fix-cd-P+= t/t0000-basic.sh
+SUBST_FILES.fix-cd-P+= t/t5522-pull-symlink.sh
+SUBST_FILES.fix-cd-P+= t/test-lib.sh
+SUBST_MESSAGE.fix-cd-P= Fixing cd arguments.
+SUBST_STAGE.fix-cd-P= pre-build
+SUBST_SED.fix-cd-P= -e "s/cd -P/cd/g"
+
#.include "../../editors/emacs/modules.mk" # XXX TODO (see patch-ad)
.include "options.mk"