pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/pkgtools/pkg_install define NO_TOOLS to avoid embeddin...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/558799e23ded
branches:  trunk
changeset: 462009:558799e23ded
user:      grant <grant%pkgsrc.org@localhost>
date:      Thu Sep 25 12:43:36 2003 +0000

description:
define NO_TOOLS to avoid embedding the path to work/.tools/bin/{grep,sed}
in linkfarm.sh and pkg_view.sh.

diffstat:

 pkgtools/pkg_install/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r daa1d85334e2 -r 558799e23ded pkgtools/pkg_install/Makefile
--- a/pkgtools/pkg_install/Makefile     Thu Sep 25 12:08:30 2003 +0000
+++ b/pkgtools/pkg_install/Makefile     Thu Sep 25 12:43:36 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.87 2003/09/23 07:44:48 grant Exp $
+# $NetBSD: Makefile,v 1.88 2003/09/25 12:43:36 grant Exp $
 
 # Notes to package maintainers:
 #
@@ -30,6 +30,7 @@
 NO_MTREE=              # defined
 NO_PKG_REGISTER=       # defined
 NO_PACKAGE=            Deinstallation is not permitted
+NO_TOOLS=              # defined
 PKG_PRESERVE=          # defined
 
 LIBNBCOMPAT_FILESDIR=  ${.CURDIR}/../../pkgtools/libnbcompat/files



Home | Main Index | Thread Index | Old Index