diff options
author | tron <tron> | 1999-08-19 07:32:57 +0000 |
---|---|---|
committer | tron <tron> | 1999-08-19 07:32:57 +0000 |
commit | d0a7fa01aa3bed110d9140c2641598a2d14e9b50 (patch) | |
tree | d4065cb6fcd9d29a2e53b085e8dcc9a3e48c138f /mk/bsd.pkg.mk | |
parent | 7db4c607dead984599a47a3b7be21fdd456449cd (diff) | |
download | pkgsrc-d0a7fa01aa3bed110d9140c2641598a2d14e9b50.tar.gz |
Update package tools to version 19990819:
- fixes false conflict detection in "pkg_add".
Diffstat (limited to 'mk/bsd.pkg.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 f48d6baebe2..8d4c2bd2111 100644 --- a/mk/bsd.pkg.mk +++ b/mk/bsd.pkg.mk @@ -1,4 +1,4 @@ -# $NetBSD: bsd.pkg.mk,v 1.315 1999/08/18 10:02:01 agc Exp $ +# $NetBSD: bsd.pkg.mk,v 1.316 1999/08/19 07:32:57 tron Exp $ # # This file is in the public domain. # @@ -588,7 +588,7 @@ DISTFILES?= ${DISTNAME}${EXTRACT_SUFX} PKGNAME?= ${DISTNAME} # Latest version of pkgtools required for this file. -PKGTOOLS_REQD= 19990412 +PKGTOOLS_REQD= 19990819 # Check that we're using up-to-date pkg_* tools with this file. uptodate-pkgtools: |