diff options
author | hubertf <hubertf@pkgsrc.org> | 2002-12-12 01:50:47 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 2002-12-12 01:50:47 +0000 |
commit | 3e6754dedc03bbddaa34bf68754e2990c9be5dd7 (patch) | |
tree | feb22086896e228faf74dae767fa0a44c0057cf7 /pkgtools | |
parent | cfb28341a1b5bfc3d04bb55780cfd764e00ecc19 (diff) | |
download | pkgsrc-3e6754dedc03bbddaa34bf68754e2990c9be5dd7.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/Makefile | 10 |
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} |