pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/git-base
Module Name: pkgsrc
Committed By: rillig
Date: Tue May 12 19:04:53 UTC 2020
Modified Files:
pkgsrc/devel/git-base: Makefile
Log Message:
devel/git-base: git-sh-setup.sh doesn't contain "cd -P" anymore
To generate a diff of this commit:
cvs rdiff -u -r1.79 -r1.80 pkgsrc/devel/git-base/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/git-base/Makefile
diff -u pkgsrc/devel/git-base/Makefile:1.79 pkgsrc/devel/git-base/Makefile:1.80
--- pkgsrc/devel/git-base/Makefile:1.79 Wed May 6 14:04:26 2020
+++ pkgsrc/devel/git-base/Makefile Tue May 12 19:04:53 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.79 2020/05/06 14:04:26 adam Exp $
+# $NetBSD: Makefile,v 1.80 2020/05/12 19:04:53 rillig Exp $
PKGREVISION= 1
.include "../../devel/git/Makefile.common"
@@ -76,8 +76,7 @@ MESSAGE_SUBST+= GIT_TEMPLATE_INSTDIR=${
.if ${OPSYS} == "NetBSD" || ${OPSYS} == "SunOS" || ${OPSYS} == "OSF1" || ${OPSYS} == "HPUX" || ${OPSYS} == "QNX" || ${OPSYS} == "UnixWare"
SUBST_CLASSES+= fix-cd-P
-SUBST_FILES.fix-cd-P= git-sh-setup.sh
-SUBST_FILES.fix-cd-P+= t/test-lib.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"
Home |
Main Index |
Thread Index |
Old Index