diff options
author | hubertf <hubertf> | 1999-09-09 01:59:04 +0000 |
---|---|---|
committer | hubertf <hubertf> | 1999-09-09 01:59:04 +0000 |
commit | a8768fb8d35b419cc77e72eedabc2d326f9f0be2 (patch) | |
tree | 3e1aa15d0201749557011af98f06d95e6208e44e /pkgtools/pkg_install/Makefile | |
parent | 188a6759608aa39c909b879393615c8fe5a6461a (diff) | |
download | pkgsrc-a8768fb8d35b419cc77e72eedabc2d326f9f0be2.tar.gz |
bump to 19990909 - DEINSTALL fix
Diffstat (limited to 'pkgtools/pkg_install/Makefile')
-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 0132b938c00..5924ab90f37 100644 --- a/pkgtools/pkg_install/Makefile +++ b/pkgtools/pkg_install/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 1999/08/23 15:41:24 hubertf Exp $ +# $NetBSD: Makefile,v 1.26 1999/09/09 01:59:04 hubertf Exp $ # Note to package maintainers: # To update the distfile of this pkg, cd to /usr/src/usr.sbin, @@ -8,7 +8,7 @@ # (Use "make show-pkgtools-version" to find the correct value # for YYYYMMDD) -DISTNAME= pkg_install-19990823 +DISTNAME= pkg_install-19990909 CATEGORIES= pkgtools MASTER_SITES= ${MASTER_SITE_LOCAL} |