summaryrefslogtreecommitdiff
path: root/pkgtools
diff options
context:
space:
mode:
authorgrant <grant@pkgsrc.org>2003-10-06 10:12:42 +0000
committergrant <grant@pkgsrc.org>2003-10-06 10:12:42 +0000
commit80f555cb2ea28d9193c4bf0a82a791e6b51bf81a (patch)
tree1fe6ab509bfdcf7c476136b627c3c3d338952c0d /pkgtools
parentd34b5f2c26a26771301d2a26a2904e6421089754 (diff)
downloadpkgsrc-80f555cb2ea28d9193c4bf0a82a791e6b51bf81a.tar.gz
add TAR_CMD to DEFS to ensure we use the full path to tar.
noted by Pierre Bourgin on tech-pkg.
Diffstat (limited to 'pkgtools')
-rw-r--r--pkgtools/pkg_install/files/add/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgtools/pkg_install/files/add/Makefile.in b/pkgtools/pkg_install/files/add/Makefile.in
index 24c3172ddcf..8bdb0f485c4 100644
--- a/pkgtools/pkg_install/files/add/Makefile.in
+++ b/pkgtools/pkg_install/files/add/Makefile.in
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.in,v 1.9 2003/09/23 07:44:50 grant Exp $
+# $NetBSD: Makefile.in,v 1.10 2003/10/06 10:12:42 grant Exp $
srcdir= @srcdir@
@@ -14,7 +14,7 @@ CC= @CC@
CCLD= $(CC)
LIBS= -linstall @LIBS@
CPPFLAGS= @CPPFLAGS@ -I. -I$(srcdir) -I../lib
-DEFS= @DEFS@ -DBINDIR=\"$(sbindir)\" -DMTREE_CMD=\"@mtree@\"
+DEFS= @DEFS@ -DBINDIR=\"$(sbindir)\" -DMTREE_CMD=\"@mtree@\" -DTAR_CMD=\"@tar@\"
CFLAGS= @CFLAGS@
LDFLAGS= @LDFLAGS@ -L../lib