summaryrefslogtreecommitdiff
path: root/devel/scmgit-base/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/scmgit-base/Makefile')
-rw-r--r--devel/scmgit-base/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/devel/scmgit-base/Makefile b/devel/scmgit-base/Makefile
index ec0fa0560bf..ab00e8acd7d 100644
--- a/devel/scmgit-base/Makefile
+++ b/devel/scmgit-base/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2008/04/21 16:34:45 xtraeme Exp $
+# $NetBSD: Makefile,v 1.7 2008/06/24 08:21:04 bjs Exp $
#
.include "${.CURDIR}/../scmgit/Makefile.common"
@@ -28,6 +28,10 @@ PERL5_CONFIGURE= no
PERL5_PACKLIST= auto/Git/.packlist
REPLACE_PERL+= *.perl */*.perl */*/*.perl
+GITCOREDIR= ${PREFIX}/libexec/git-core/
+
+CONFIGURE_ENV+= gitexecdir=${GITCOREDIR:Q}
+
#.include "../../mk/emacs.mk" # XXX TODO (see patch-ad)
.include "options.mk"