pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/pkgtools/pkg_install List shell tools that are needed ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f2736a34700d
branches:  trunk
changeset: 495369:f2736a34700d
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Tue Jun 07 16:34:50 2005 +0000

description:
List shell tools that are needed by the pkg_view and linkfarm scripts.

diffstat:

 pkgtools/pkg_install/Makefile |  6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diffs (20 lines):

diff -r e676f8f4f84c -r f2736a34700d pkgtools/pkg_install/Makefile
--- a/pkgtools/pkg_install/Makefile     Tue Jun 07 16:33:12 2005 +0000
+++ b/pkgtools/pkg_install/Makefile     Tue Jun 07 16:34:50 2005 +0000
@@ -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-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



Home | Main Index | Thread Index | Old Index