diff options
author | grant <grant@pkgsrc.org> | 2003-09-25 12:43:36 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2003-09-25 12:43:36 +0000 |
commit | db5199e3f201a0f6a3da4b79c417f2cc8ff875c1 (patch) | |
tree | bf7613ce6118b3915d9b745a45b9d066f157b8f0 /pkgtools | |
parent | 679376036e5dfc1cf28ceca177599d01beac4b2a (diff) | |
download | pkgsrc-db5199e3f201a0f6a3da4b79c417f2cc8ff875c1.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/Makefile | 3 |
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 |