summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2018-01-29 11:17:46 +0000
committeradam <adam@pkgsrc.org>2018-01-29 11:17:46 +0000
commit9399ea478b7b4ab536ff978f267708e977f093f6 (patch)
tree1a53d27ea6fc6eeda3aa601f49ccb01dc8a8057e /misc
parent4bcaad90e6a818cf106828a5b36ca262848d45d6 (diff)
downloadpkgsrc-9399ea478b7b4ab536ff978f267708e977f093f6.tar.gz
Pass correct TAR variable to configure
Diffstat (limited to 'misc')
-rw-r--r--misc/dpkg/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/misc/dpkg/Makefile b/misc/dpkg/Makefile
index e653ce91b58..e9366e310a3 100644
--- a/misc/dpkg/Makefile
+++ b/misc/dpkg/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.44 2017/12/07 12:35:41 adam Exp $
+# $NetBSD: Makefile,v 1.45 2018/01/29 11:17:46 adam Exp $
DISTNAME= dpkg_1.18.24
PKGNAME= ${DISTNAME:S/_/-/}
@@ -27,7 +27,6 @@ CONFIGURE_ARGS+= --with-admindir=${VARBASE}/db/dpkg
CONFIGURE_ARGS+= --sysconfdir=${PREFIX}/share/dpkg
CONFIGURE_ARGS.Darwin+= --enable-linker-optimizations=no
CONFIGURE_ENV+= PATCH=${PREFIX}/bin/gpatch
-CONFIGURE_ENV+= TAR=${TOOLS_PLATFORM.gtar:Q}
TEST_TARGET= check
INCOMPAT_CURSES+= NetBSD-[0-5].*-*
@@ -42,3 +41,5 @@ PERL5_CONFIGURE= no
.include "../../lang/perl5/module.mk"
.include "../../mk/curses.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
+# override the default
+CONFIGURE_ENV+= TAR=${GTAR:Q}