summaryrefslogtreecommitdiff
path: root/devel/scmgit
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2012-01-21 10:51:13 +0000
committerwiz <wiz@pkgsrc.org>2012-01-21 10:51:13 +0000
commitef2c49ead95c2bb49d54a50803eb3f6a0b5e442b (patch)
tree0773024ac840b6859d43e7e31b7ceb4408794f49 /devel/scmgit
parent997dd6261f812410fb1e05be5af5f68fabfb84fa (diff)
downloadpkgsrc-ef2c49ead95c2bb49d54a50803eb3f6a0b5e442b.tar.gz
Replace obsolete configure flag with override.
Diffstat (limited to 'devel/scmgit')
-rw-r--r--devel/scmgit/Makefile.common4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/scmgit/Makefile.common b/devel/scmgit/Makefile.common
index 1b4697da433..cf93fe8df3b 100644
--- a/devel/scmgit/Makefile.common
+++ b/devel/scmgit/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.21 2011/10/11 12:01:24 adam Exp $
+# $NetBSD: Makefile.common,v 1.22 2012/01/21 10:51:13 wiz Exp $
#
# used by devel/scmgit-base/Makefile
# used by devel/scmgit-docs/Makefile
@@ -27,6 +27,6 @@ PKG_SYSCONFSUBDIR= git
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --with-perl=${PERL5:Q}
CONFIGURE_ARGS+= --with-shell=${SH:Q}
-CONFIGURE_ARGS+= --with-tar=${TAR:Q}
+CONFIGURE_ARGS+= TAR=${TAR:Q}
CONFIGURE_ARGS+= --mandir=${${PREFIX}/${PKGMANDIR}:L:Q}
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR}