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:   jperkin
Date:           Thu Feb  8 11:28:46 UTC 2018

Modified Files:
        pkgsrc/devel/git-base: Makefile

Log Message:
git-base: Install symlinks.  Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.49 -r1.50 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.49 pkgsrc/devel/git-base/Makefile:1.50
--- pkgsrc/devel/git-base/Makefile:1.49 Mon Jan 22 14:17:24 2018
+++ pkgsrc/devel/git-base/Makefile      Thu Feb  8 11:28:46 2018
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.49 2018/01/22 14:17:24 adam Exp $
+# $NetBSD: Makefile,v 1.50 2018/02/08 11:28:46 jperkin Exp $
 
 .include "../../devel/git/Makefile.common"
 
 PKGNAME=       git-base-${GIT_VERSION}
+PKGREVISION=   1
 COMMENT=       GIT Tree History Storage Tool (base package)
 
 CONFLICTS+=            scmgit-base-[0-9]*
@@ -100,6 +101,10 @@ LDFLAGS.SunOS+=            -lintl -lnsl
 CONFIGURE_ARGS+=       git_cv_ld_dashr=no
 .endif
 
+# Prefer to install symlinks.
+INSTALL_ENV+=          NO_CROSS_DIRECTORY_HARDLINKS=1
+INSTALL_ENV+=          NO_INSTALL_HARDLINKS=1
+
 post-install:
        ${INSTALL_DATA_DIR} ${DESTDIR}${EGDIR}
        ${INSTALL_DATA} ${WRKSRC}/contrib/completion/git-completion.bash \



Home | Main Index | Thread Index | Old Index