diff options
author | hubertf <hubertf> | 1999-04-18 23:03:36 +0000 |
---|---|---|
committer | hubertf <hubertf> | 1999-04-18 23:03:36 +0000 |
commit | 86af33a28eafb89deed3cb295eeb0ab7c08a096a (patch) | |
tree | 7a3ed23b501f88ba861c3d6f5a58db84307ce103 /pkgtools | |
parent | ee161ea879569c8fd779540821bea564939f108f (diff) | |
download | pkgsrc-86af33a28eafb89deed3cb295eeb0ab7c08a096a.tar.gz |
The print-pkgtools_ver target was renamed to show-pkgtools-version
some time ago. Note this here!
Diffstat (limited to 'pkgtools')
-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 |