diff options
author | abs <abs@pkgsrc.org> | 2003-08-31 09:59:00 +0000 |
---|---|---|
committer | abs <abs@pkgsrc.org> | 2003-08-31 09:59:00 +0000 |
commit | d54bdaec20747ec5d5ff35811a10a2c183ba3296 (patch) | |
tree | 7f5baa1d1164585a7ad1f9199a533e2eb8caf860 | |
parent | 31046a9e78d4e7cc9107dafbc1a813f273ce3b48 (diff) | |
download | pkgsrc-pkgviews.tar.gz |
Add 'NO_PKGTOOLS_REQD_CHECK=yes'pkgviews
-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 a618ab30a5d..71155155e60 100644 --- a/pkgtools/pkg_install/Makefile +++ b/pkgtools/pkg_install/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.50.2.1 2002/07/22 17:17:07 agc Exp $ +# $NetBSD: Makefile,v 1.50.2.2 2003/08/31 09:59:00 abs Exp $ # Note to package maintainers: # To update the distfile of this pkg, cd to /usr/src/usr.sbin, @@ -21,6 +21,7 @@ MAKE_ENV+= BINDIR=/usr/sbin MANDIR=/usr/share/man NOLINT=1 NO_CONFIGURE= yes NO_MTREE= yes NO_PKG_REGISTER= yes +NO_PKGTOOLS_REQD_CHECK= yes NO_PACKAGE= No package registration is done MANCOMPRESSED_IF_MANZ= yes BUILD_DEFS+= MANINSTALL |