summaryrefslogtreecommitdiff
path: root/pkgtools
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>2003-01-10 12:01:43 +0000
committeragc <agc@pkgsrc.org>2003-01-10 12:01:43 +0000
commit35552e5746d1de000f1d4a06dc7e382190c3b3b7 (patch)
treeea0a2abff8698ace4d5c4f1ff36b91ffca6f6257 /pkgtools
parentccdc648a6302b5d26be9630ff972d8803ad5284b (diff)
downloadpkgsrc-35552e5746d1de000f1d4a06dc7e382190c3b3b7.tar.gz
Add PKG_PRESERVE to the package Makefile.
Keep the old NO_PKG_REGISTER and NO_PACKAGE definitions for now, rather than force everyone to upgrade their pkg_install sources to today's version. At the next bsd.pkg.mk bump of PKGTOOLS_REQD, this can be readdressed.
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 68d98d47712..965173be495 100644
--- a/pkgtools/pkg_install/Makefile
+++ b/pkgtools/pkg_install/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.65 2003/01/09 13:13:04 schmonz Exp $
+# $NetBSD: Makefile,v 1.66 2003/01/10 12:01:43 agc Exp $
# Notes to package maintainers:
#
@@ -30,6 +30,7 @@ NO_PATCH= # defined
NO_MTREE= # defined
NO_PKG_REGISTER= # defined
NO_PACKAGE= Deinstallation is not permitted
+PKG_PRESERVE= # defined
.include "../../mk/bsd.prefs.mk"