summaryrefslogtreecommitdiff
path: root/devel/git-base
diff options
context:
space:
mode:
authorjperkin <jperkin@pkgsrc.org>2018-02-08 11:28:46 +0000
committerjperkin <jperkin@pkgsrc.org>2018-02-08 11:28:46 +0000
commit794b8422cb6dd54c21ba6044d61cd85355d04505 (patch)
treee91eeefb7057e09737b23009a887327ae3c73431 /devel/git-base
parent219a2c06e10f76ef32f7aa44dee8439dede603e2 (diff)
downloadpkgsrc-794b8422cb6dd54c21ba6044d61cd85355d04505.tar.gz
git-base: Install symlinks. Bump PKGREVISION.
Diffstat (limited to 'devel/git-base')
-rw-r--r--devel/git-base/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/devel/git-base/Makefile b/devel/git-base/Makefile
index 53396907f98..907edd6bc7c 100644
--- a/devel/git-base/Makefile
+++ b/devel/git-base/Makefile
@@ -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 \