pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/misc/dpkg
Module Name: pkgsrc
Committed By: wiz
Date: Fri Mar 10 15:47:58 UTC 2017
Modified Files:
pkgsrc/misc/dpkg: Makefile
Log Message:
Use ${TOOLS_PLATFORM.gtar} to find GNU tar.
To generate a diff of this commit:
cvs rdiff -u -r1.41 -r1.42 pkgsrc/misc/dpkg/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/misc/dpkg/Makefile
diff -u pkgsrc/misc/dpkg/Makefile:1.41 pkgsrc/misc/dpkg/Makefile:1.42
--- pkgsrc/misc/dpkg/Makefile:1.41 Thu Mar 9 11:52:26 2017
+++ pkgsrc/misc/dpkg/Makefile Fri Mar 10 15:47:58 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.41 2017/03/09 11:52:26 wiz Exp $
+# $NetBSD: Makefile,v 1.42 2017/03/10 15:47:58 wiz Exp $
DISTNAME= dpkg_1.18.23
PKGNAME= ${DISTNAME:S/_/-/}
@@ -30,7 +30,7 @@ REPLACE_PERL= scripts/*.pl
CONFIGURE_ARGS+= --with-admindir=${VARBASE}/db/dpkg
CONFIGURE_ARGS+= --sysconfdir=${PREFIX}/share/dpkg
-CONFIGURE_ARGS+= TAR=gtar
+CONFIGURE_ARGS+= TAR=${TOOLS_PLATFORM.gtar}
CONFIGURE_ARGS.Darwin+= --enable-linker-optimizations=no
Home |
Main Index |
Thread Index |
Old Index