diff options
author | agc <agc@pkgsrc.org> | 1998-10-15 12:22:40 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 1998-10-15 12:22:40 +0000 |
commit | 23fc7d9c88e775ec38933959d82fd93a561059d0 (patch) | |
tree | f72bd16340dd587965a5a5ddfd409cf77ccb018b /mk | |
parent | 14222ef94479dec9c14f2653a858e5308d831209 (diff) | |
download | pkgsrc-23fc7d9c88e775ec38933959d82fd93a561059d0.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')
-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 |