summaryrefslogtreecommitdiff
path: root/pkgtools/pkg_install
diff options
context:
space:
mode:
authorjlam <jlam>2005-06-07 16:34:50 +0000
committerjlam <jlam>2005-06-07 16:34:50 +0000
commit8be163a17ef8c068ec8620eb0ec13072a146ccc7 (patch)
tree3e60ab86e12c021db0912b0e304a8f1035fb272b /pkgtools/pkg_install
parentf90261e6f66a65d602e6492e262f8f5dce815cb4 (diff)
downloadpkgsrc-8be163a17ef8c068ec8620eb0ec13072a146ccc7.tar.gz
List shell tools that are needed by the pkg_view and linkfarm scripts.
Diffstat (limited to 'pkgtools/pkg_install')
-rw-r--r--pkgtools/pkg_install/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/pkgtools/pkg_install/Makefile b/pkgtools/pkg_install/Makefile
index 651675c343d..11686faa7f2 100644
--- a/pkgtools/pkg_install/Makefile
+++ b/pkgtools/pkg_install/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.112 2005/05/16 00:09:33 jlam Exp $
+# $NetBSD: Makefile,v 1.113 2005/06/07 16:34:50 jlam Exp $
# Notes to package maintainers:
#
@@ -25,6 +25,10 @@ CONFIGURE_ARGS+= --with-pax="\"${PAX}"\"
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 \
+ sed sort touch
+
NO_PKGTOOLS_REQD_CHECK= # defined
NO_CHECKSUM= # defined
NO_MTREE= # defined