From a7fd07a6ce0d908c07ce74b6f4d82d061b192cb7 Mon Sep 17 00:00:00 2001 From: grant Date: Thu, 25 Sep 2003 12:43:36 +0000 Subject: define NO_TOOLS to avoid embedding the path to work/.tools/bin/{grep,sed} in linkfarm.sh and pkg_view.sh. --- pkgtools/pkg_install/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'pkgtools/pkg_install') diff --git a/pkgtools/pkg_install/Makefile b/pkgtools/pkg_install/Makefile index 0f9c93f72c6..84df735f770 100644 --- a/pkgtools/pkg_install/Makefile +++ b/pkgtools/pkg_install/Makefile @@ -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_CHECKSUM= # defined 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 -- cgit v1.2.3