diff options
author | hubertf <hubertf@pkgsrc.org> | 1999-09-09 02:01:21 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 1999-09-09 02:01:21 +0000 |
commit | 22511c8625a32fd30be0425fe95248f816e372da (patch) | |
tree | aff75244fc796c0fb3f364b6094a0dbed808437b /mk | |
parent | a4218c8afce93aac37c84f129d95286b22e25ed7 (diff) | |
download | pkgsrc-22511c8625a32fd30be0425fe95248f816e372da.tar.gz |
bump PKGTOOLS_REQD to 19990909 - DEINSTALL fix
Diffstat (limited to 'mk')
-rw-r--r-- | mk/bsd.pkg.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/bsd.pkg.mk b/mk/bsd.pkg.mk index 06aed1a3c60..bff7c93a551 100644 --- a/mk/bsd.pkg.mk +++ b/mk/bsd.pkg.mk @@ -1,4 +1,4 @@ -# $NetBSD: bsd.pkg.mk,v 1.336 1999/09/08 22:01:19 hubertf Exp $ +# $NetBSD: bsd.pkg.mk,v 1.337 1999/09/09 02:01:21 hubertf Exp $ # # This file is in the public domain. # @@ -625,7 +625,7 @@ DISTFILES?= ${DISTNAME}${EXTRACT_SUFX} PKGNAME?= ${DISTNAME} # Latest version of pkgtools required for this file. -PKGTOOLS_REQD= 19990819 +PKGTOOLS_REQD= 19990909 # Check that we're using up-to-date pkg_* tools with this file. uptodate-pkgtools: |