summaryrefslogtreecommitdiff
path: root/pkgtools/pkg_install/Makefile
diff options
context:
space:
mode:
authorjlam <jlam>2005-06-13 17:19:12 +0000
committerjlam <jlam>2005-06-13 17:19:12 +0000
commitb79310baeafa8be8591d2c9e54e6659d941435b4 (patch)
tree9b1456a7eae2f3603a225f998d67295110934075 /pkgtools/pkg_install/Makefile
parent812de6151a9481160ab29bcf1f939bf0a4ce9969 (diff)
downloadpkgsrc-b79310baeafa8be8591d2c9e54e6659d941435b4.tar.gz
Use += to not override previous USE_TOOLS setting.
Diffstat (limited to 'pkgtools/pkg_install/Makefile')
-rw-r--r--pkgtools/pkg_install/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgtools/pkg_install/Makefile b/pkgtools/pkg_install/Makefile
index 11686faa7f2..5042c9a61b0 100644
--- a/pkgtools/pkg_install/Makefile
+++ b/pkgtools/pkg_install/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.113 2005/06/07 16:34:50 jlam Exp $
+# $NetBSD: Makefile,v 1.114 2005/06/13 17:19:12 jlam Exp $
# Notes to package maintainers:
#
@@ -26,7 +26,7 @@ CONFIGURE_ARGS+= --with-tar="\"${TAR}"\"
USE_TOOLS= mtree pax tar
# The following tools are needed by pkg_view and linkfarm.
-USE_TOOLS= chmod cmp cp env find grep ln mkdir rm rmdir \
+USE_TOOLS+= chmod cmp cp env find grep ln mkdir rm rmdir \
sed sort touch
NO_PKGTOOLS_REQD_CHECK= # defined