diff options
author | hubertf <hubertf@pkgsrc.org> | 1999-01-19 23:34:07 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 1999-01-19 23:34:07 +0000 |
commit | 0778b85ccb910ff64b0bb0c6c4119490f6675792 (patch) | |
tree | 06fcb6fc3d249fd02b82a54a5836cdbc3f38f42f /pkgtools | |
parent | ab399a0140671bdf17cdb0034f1171e89b8cead5 (diff) | |
download | pkgsrc-0778b85ccb910ff64b0bb0c6c4119490f6675792.tar.gz |
Adjust for the pkgdb code
Diffstat (limited to 'pkgtools')
-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 87ea677773a..c85f3ae3f20 100644 --- a/pkgtools/pkg_install/Makefile +++ b/pkgtools/pkg_install/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 1998/11/09 15:45:11 hubertf Exp $ +# $NetBSD: Makefile,v 1.10 1999/01/19 23:34:07 hubertf Exp $ # # Note to package maintainers: @@ -9,7 +9,7 @@ # (Use "make print-pkgtools_ver" to find the correct value for # YYYYMMDD) -DISTNAME= pkg_install-19981107 +DISTNAME= pkg_install-19990119 CATEGORIES= pkgtools MASTER_SITES= ${MASTER_SITE_LOCAL} |