diff options
author | hubertf <hubertf@pkgsrc.org> | 1998-11-09 14:45:06 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 1998-11-09 14:45:06 +0000 |
commit | 90e00077ef5a046219e782d9f13c0ad8a09ae254 (patch) | |
tree | 8cafe7d2ac75b58248cfc145d65f6ed020a85e0f /pkgtools/pkg_install | |
parent | 6c8b6500fa9a6fc9768b9b9ee4df82f959142aa6 (diff) | |
download | pkgsrc-90e00077ef5a046219e782d9f13c0ad8a09ae254.tar.gz |
mention "make print-pkgtools_ver"
Diffstat (limited to 'pkgtools/pkg_install')
-rw-r--r-- | pkgtools/pkg_install/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgtools/pkg_install/Makefile b/pkgtools/pkg_install/Makefile index f74791dedbe..0d3882c145e 100644 --- a/pkgtools/pkg_install/Makefile +++ b/pkgtools/pkg_install/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 1998/10/26 18:29:11 agc Exp $ +# $NetBSD: Makefile,v 1.8 1998/11/09 14:45:06 hubertf Exp $ # # Note to package maintainers: @@ -6,6 +6,7 @@ # "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 +# (Use "make print-pkgtools_ver" to find correct value) DISTNAME= pkg_install-19981026 CATEGORIES= pkgtools |