diff options
author | schmonz <schmonz@pkgsrc.org> | 2002-12-21 05:05:28 +0000 |
---|---|---|
committer | schmonz <schmonz@pkgsrc.org> | 2002-12-21 05:05:28 +0000 |
commit | 3b05b1365a9aecf2f77023cf1da61b05717b49eb (patch) | |
tree | 7761cb14f6d63696ce37805d719d1b37683ff385 /pkgtools/pkg_install/Makefile | |
parent | d688d888d107af53731eca04ccdee2b3944f08e4 (diff) | |
download | pkgsrc-3b05b1365a9aecf2f77023cf1da61b05717b49eb.tar.gz |
These packages no longer use BSD-style .mk files, so MANCOMPRESSED_IF_MANZ
and MANINSTALL aren't needed.
Diffstat (limited to 'pkgtools/pkg_install/Makefile')
-rw-r--r-- | pkgtools/pkg_install/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/pkgtools/pkg_install/Makefile b/pkgtools/pkg_install/Makefile index 33ae2e32b2b..b6dc604eda3 100644 --- a/pkgtools/pkg_install/Makefile +++ b/pkgtools/pkg_install/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.60 2002/12/21 04:08:47 schmonz Exp $ +# $NetBSD: Makefile,v 1.61 2002/12/21 05:05:28 schmonz Exp $ # Notes to package maintainers: # @@ -27,8 +27,6 @@ NO_PATCH= # defined NO_MTREE= # defined NO_PKG_REGISTER= # defined NO_PACKAGE= Deinstallation is not permitted -MANCOMPRESSED_IF_MANZ= # defined -BUILD_DEFS+= MANINSTALL .include "../../mk/bsd.prefs.mk" |