summaryrefslogtreecommitdiff
path: root/pkgtools/pkg_install/Makefile
diff options
context:
space:
mode:
authorgrant <grant>2003-09-25 12:43:36 +0000
committergrant <grant>2003-09-25 12:43:36 +0000
commit13296da9f323cd2545e042d8f07f726fa7285b62 (patch)
treebf7613ce6118b3915d9b745a45b9d066f157b8f0 /pkgtools/pkg_install/Makefile
parentbbbd3b1b8210f2860ec1f6d8be1cabaea353d685 (diff)
downloadpkgsrc-13296da9f323cd2545e042d8f07f726fa7285b62.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/pkg_install/Makefile')
-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