diff options
author | agc <agc@pkgsrc.org> | 1998-10-15 11:14:19 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 1998-10-15 11:14:19 +0000 |
commit | 14222ef94479dec9c14f2653a858e5308d831209 (patch) | |
tree | 78eef02e26ecbf6598c9f067d70b55c7c2a45b2b /pkgtools/pkg_install | |
parent | 672ea0bf19c30075c1a244d012934fdbb9ebe198 (diff) | |
download | pkgsrc-14222ef94479dec9c14f2653a858e5308d831209.tar.gz |
Make it clear for whom the instructions about creating a distfile are
intended. Add a note about checking the "pkgtools version required"
definition in bsd.pkg.mk
Diffstat (limited to 'pkgtools/pkg_install')
-rw-r--r-- | pkgtools/pkg_install/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/pkgtools/pkg_install/Makefile b/pkgtools/pkg_install/Makefile index f4366693b4b..a8fbe46b5f5 100644 --- a/pkgtools/pkg_install/Makefile +++ b/pkgtools/pkg_install/Makefile @@ -1,9 +1,11 @@ -# $NetBSD: Makefile,v 1.4 1998/09/27 23:12:20 hubertf Exp $ +# $NetBSD: Makefile,v 1.5 1998/10/15 11:14:19 agc Exp $ # +# Note to package maintainers: # To update the distfile of this pkg, cd to /usr/src/usr.sbin, # "tar vcf pkg_install-YYYYMMDD.tar.gz pkg_install" and upload # that file to ${MASTER_SITE_LOCAL}. +# Also, check PKGTOOLS_REQD value in pkgsrc/mk/bsd.pkg.mk DISTNAME= pkg_install-19980911 CATEGORIES= pkgtools |