diff options
author | hubertf <hubertf@pkgsrc.org> | 1998-09-27 23:12:20 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 1998-09-27 23:12:20 +0000 |
commit | a87ad3b8523507c63672e3410477676dba93e4ea (patch) | |
tree | bd1f24e5ebfbf7152510c4517d731beae4108fc8 /pkgtools/pkg_install/Makefile | |
parent | 3b281936b006f203e17a7e42a60656d0c7d741eb (diff) | |
download | pkgsrc-a87ad3b8523507c63672e3410477676dba93e4ea.tar.gz |
Add note on how to update this pkg's distfile.
Diffstat (limited to 'pkgtools/pkg_install/Makefile')
-rw-r--r-- | pkgtools/pkg_install/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/pkgtools/pkg_install/Makefile b/pkgtools/pkg_install/Makefile index 9d74759073f..f4366693b4b 100644 --- a/pkgtools/pkg_install/Makefile +++ b/pkgtools/pkg_install/Makefile @@ -1,6 +1,10 @@ -# $NetBSD: Makefile,v 1.3 1998/09/11 19:04:47 tron Exp $ +# $NetBSD: Makefile,v 1.4 1998/09/27 23:12:20 hubertf Exp $ # +# 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}. + DISTNAME= pkg_install-19980911 CATEGORIES= pkgtools MASTER_SITES= ${MASTER_SITE_LOCAL} |