diff options
author | agc <agc> | 1998-10-15 12:22:40 +0000 |
---|---|---|
committer | agc <agc> | 1998-10-15 12:22:40 +0000 |
commit | f2e385d8d47196f7fb0c58f8f5f27144d4c727a8 (patch) | |
tree | f72bd16340dd587965a5a5ddfd409cf77ccb018b /mk/bsd.pkg.mk | |
parent | 5e1eb197647ba8368a91ffdd1d7f80a87c3a3e57 (diff) | |
download | pkgsrc-f2e385d8d47196f7fb0c58f8f5f27144d4c727a8.tar.gz |
Correct the date of the PKGTOOLS_REQD version - although our package was
dated 19980911, the latest NetBSD RCS Id string was 19980908. Thanks to
Thorsten Frueauf for pointing this out.
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 c2f80305cce..1bbba214a30 100644 --- a/mk/bsd.pkg.mk +++ b/mk/bsd.pkg.mk @@ -1,4 +1,4 @@ -# $NetBSD: bsd.pkg.mk,v 1.177 1998/10/15 10:50:38 agc Exp $ +# $NetBSD: bsd.pkg.mk,v 1.178 1998/10/15 12:22:40 agc Exp $ # # This file is in the public domain. # @@ -523,7 +523,7 @@ DISTFILES?= ${DISTNAME}${EXTRACT_SUFX} PKGNAME?= ${DISTNAME} # Latest version of pkgtools required for this file. -PKGTOOLS_REQD= 19980911 +PKGTOOLS_REQD= 19980908 # Check that we're using up-to-date pkg_* tools with this file. .ifndef _PKGTOOLS_VER |