summaryrefslogtreecommitdiff
path: root/pkgtools/pkg_install/files/add
diff options
context:
space:
mode:
authorgrant <grant>2003-10-06 10:12:42 +0000
committergrant <grant>2003-10-06 10:12:42 +0000
commit9b99f73415bd01793a5f0fed23fa6b559d79c613 (patch)
tree1fe6ab509bfdcf7c476136b627c3c3d338952c0d /pkgtools/pkg_install/files/add
parentd43a371390e08de8fc25743c33dec69c68b4d9af (diff)
downloadpkgsrc-9b99f73415bd01793a5f0fed23fa6b559d79c613.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/pkg_install/files/add')
-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