summaryrefslogtreecommitdiff
path: root/pkgtools
diff options
context:
space:
mode:
authorhubertf <hubertf>2002-12-12 01:50:47 +0000
committerhubertf <hubertf>2002-12-12 01:50:47 +0000
commit7420ebfa9a255c59703d595caf787be5f0a3b65e (patch)
treefeb22086896e228faf74dae767fa0a44c0057cf7 /pkgtools
parentf3f90df99fefb89b76312733ca988ede601125f0 (diff)
downloadpkgsrc-7420ebfa9a255c59703d595caf787be5f0a3b65e.tar.gz
Clean up wording a bit. Emphasize that PKGTOOLS_REQD should only be
changed if really necessary.
Diffstat (limited to 'pkgtools')
-rw-r--r--pkgtools/pkg_install/Makefile10
1 files changed, 7 insertions, 3 deletions
diff --git a/pkgtools/pkg_install/Makefile b/pkgtools/pkg_install/Makefile
index a6d745bd54a..f8a910cfabb 100644
--- a/pkgtools/pkg_install/Makefile
+++ b/pkgtools/pkg_install/Makefile
@@ -1,12 +1,16 @@
-# $NetBSD: Makefile,v 1.56 2002/12/07 02:39:01 schmonz Exp $
+# $NetBSD: Makefile,v 1.57 2002/12/12 01:50:47 hubertf Exp $
# Note to package maintainers:
+#
# To update the distfile of this pkg, cd to /usr/src/usr.sbin,
# edit PKGTOOLS_VERSION in lib/version.h to `date +%Y%m%d`, do
# "tar pzvcf pkg_install-`date +%Y%m%d`.tar.gz pkg_install" and upload
# that file to ${MASTER_SITE_LOCAL}.
-# Also, modify PKGTOOLS_REQD value in pkgsrc/mk/bsd.pkg.mk
-# to the new value.
+#
+# XXX Modify PKGTOOLS_REQD value in pkgsrc/mk/bsd.pkg.mk to the new
+# value ONLY(!) if there is a critical change in the pkg_* tools that
+# bsd.pkg.mk and friends rely on.
+
DISTNAME= pkg_install-20021123
CATEGORIES= pkgtools
MASTER_SITES= ${MASTER_SITE_LOCAL}