diff options
author | hubertf <hubertf@pkgsrc.org> | 2000-02-27 04:28:47 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 2000-02-27 04:28:47 +0000 |
commit | c103ff363aa4231897e105f4b5b8db15bc87ad6b (patch) | |
tree | 2b1eae0ac9982017b2ef81a7397fd58ac11721bd /pkgtools/pkg_install | |
parent | dd0b689fb11b81e67e76d3bc5c13d7f613a879f9 (diff) | |
download | pkgsrc-c103ff363aa4231897e105f4b5b8db15bc87ad6b.tar.gz |
Make the "how to update the distfile" ready for cut-n-paste
Diffstat (limited to 'pkgtools/pkg_install')
-rw-r--r-- | pkgtools/pkg_install/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgtools/pkg_install/Makefile b/pkgtools/pkg_install/Makefile index 8604914a413..0e53d4b0da9 100644 --- a/pkgtools/pkg_install/Makefile +++ b/pkgtools/pkg_install/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.28 2000/02/02 16:26:51 hubertf Exp $ +# $NetBSD: Makefile,v 1.29 2000/02/27 04:28:47 hubertf Exp $ # Note to package maintainers: # To update the distfile of this pkg, cd to /usr/src/usr.sbin, -# "tar pzvcf pkg_install-YYYYMMDD.tar.gz pkg_install" and upload +# "tar pzvcf pkg_install-`date +%Y%m%d`.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 show-pkgtools-version" to find the correct value |