diff options
author | tnn <tnn@pkgsrc.org> | 2011-08-08 14:00:00 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2011-08-08 14:00:00 +0000 |
commit | f41ec7db3266c833b0089fcf85c6f2b09ef598c7 (patch) | |
tree | e84299c0106b12495204cf8b45fe2ce4efd70200 /devel/scmgit | |
parent | 9e440721f1f26091e3f6d4ea9f16ce9b196f0da5 (diff) | |
download | pkgsrc-f41ec7db3266c833b0089fcf85c6f2b09ef598c7.tar.gz |
nbtar and gtar(1) produce identical trees, drop EXTRACT_USING.
Diffstat (limited to 'devel/scmgit')
-rw-r--r-- | devel/scmgit/Makefile.common | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/devel/scmgit/Makefile.common b/devel/scmgit/Makefile.common index 3775b16b02c..1493bb19de6 100644 --- a/devel/scmgit/Makefile.common +++ b/devel/scmgit/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.18 2011/04/08 07:28:39 adam Exp $ +# $NetBSD: Makefile.common,v 1.19 2011/08/08 14:00:00 tnn Exp $ # # used by devel/scmgit-base/Makefile # used by devel/scmgit-docs/Makefile @@ -22,7 +22,6 @@ PATCHDIR= ${.CURDIR}/../../devel/scmgit-base/patches DISTINFO_FILE= ${.CURDIR}/../../devel/scmgit-base/distinfo USE_TOOLS+= gmake tar perl sh -EXTRACT_USING= gtar PKG_SYSCONFSUBDIR= git |