Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/git-base devel/git-base: git-sh-setup.sh doesn't...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5d0ccb0da56b
branches:  trunk
changeset: 431392:5d0ccb0da56b
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Tue May 12 19:04:53 2020 +0000

description:
devel/git-base: git-sh-setup.sh doesn't contain "cd -P" anymore

diffstat:

 devel/git-base/Makefile |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (19 lines):

diff -r 71bafef007f2 -r 5d0ccb0da56b devel/git-base/Makefile
--- a/devel/git-base/Makefile   Tue May 12 18:42:55 2020 +0000
+++ b/devel/git-base/Makefile   Tue May 12 19:04:53 2020 +0000
@@ -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 @@
 
 .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