summaryrefslogtreecommitdiff
path: root/pkgtools
diff options
context:
space:
mode:
authorgrant <grant@pkgsrc.org>2003-09-25 12:43:36 +0000
committergrant <grant@pkgsrc.org>2003-09-25 12:43:36 +0000
commita7fd07a6ce0d908c07ce74b6f4d82d061b192cb7 (patch)
treebf7613ce6118b3915d9b745a45b9d066f157b8f0 /pkgtools
parentba1fd924192964f9ad6b78f86c0a00e922e1230c (diff)
downloadpkgsrc-a7fd07a6ce0d908c07ce74b6f4d82d061b192cb7.tar.gz
define NO_TOOLS to avoid embedding the path to work/.tools/bin/{grep,sed}
in linkfarm.sh and pkg_view.sh.
Diffstat (limited to 'pkgtools')
-rw-r--r--pkgtools/pkg_install/Makefile3
1 files changed, 2 insertions, 1 deletions
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