pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/pkgtools/pkg_install Note that this package wants mtre...
details: https://anonhg.NetBSD.org/pkgsrc/rev/e034c522b86f
branches: trunk
changeset: 493870:e034c522b86f
user: jlam <jlam%pkgsrc.org@localhost>
date: Mon May 16 00:09:33 2005 +0000
description:
Note that this package wants mtree, pax, and tar.
diffstat:
pkgtools/pkg_install/Makefile | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r cae9bf1dab01 -r e034c522b86f pkgtools/pkg_install/Makefile
--- a/pkgtools/pkg_install/Makefile Mon May 16 00:09:03 2005 +0000
+++ b/pkgtools/pkg_install/Makefile Mon May 16 00:09:33 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.111 2005/04/11 21:47:05 tv Exp $
+# $NetBSD: Makefile,v 1.112 2005/05/16 00:09:33 jlam Exp $
# Notes to package maintainers:
#
@@ -23,6 +23,7 @@
CONFIGURE_ARGS+= --with-mtree="\"${MTREE}"\"
CONFIGURE_ARGS+= --with-pax="\"${PAX}"\"
CONFIGURE_ARGS+= --with-tar="\"${TAR}"\"
+USE_TOOLS= mtree pax tar
NO_PKGTOOLS_REQD_CHECK= # defined
NO_CHECKSUM= # defined
Home |
Main Index |
Thread Index |
Old Index