diff options
-rw-r--r-- | pkgtools/pkg_install/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgtools/pkg_install/Makefile b/pkgtools/pkg_install/Makefile index 4077c95059c..114c50cdf17 100644 --- a/pkgtools/pkg_install/Makefile +++ b/pkgtools/pkg_install/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 1999/04/16 10:50:12 rh Exp $ +# $NetBSD: Makefile,v 1.17 1999/04/18 23:03:36 hubertf Exp $ # # Note to package maintainers: @@ -6,8 +6,8 @@ # "tar pzvcf 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 the correct value for -# YYYYMMDD) +# (Use "make show-pkgtools-version" to find the correct value +# for YYYYMMDD) DISTNAME= pkg_install-19990119 CATEGORIES= pkgtools |