diff options
author | hubertf <hubertf> | 1999-03-30 00:47:01 +0000 |
---|---|---|
committer | hubertf <hubertf> | 1999-03-30 00:47:01 +0000 |
commit | 2934830a16746000b3cfc55b5318588e59240da1 (patch) | |
tree | 4df1c220378de4849f086c281861cd2fa9cbf19d /mk | |
parent | 4f5dfedc1525c14957897f67eaee2e11a6dfe6d2 (diff) | |
download | pkgsrc-2934830a16746000b3cfc55b5318588e59240da1.tar.gz |
Fix some comments
Diffstat (limited to 'mk')
-rw-r--r-- | mk/bsd.pkg.mk | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/mk/bsd.pkg.mk b/mk/bsd.pkg.mk index 81028612605..634e097be94 100644 --- a/mk/bsd.pkg.mk +++ b/mk/bsd.pkg.mk @@ -1,4 +1,4 @@ -# $NetBSD: bsd.pkg.mk,v 1.233 1999/03/29 14:55:43 agc Exp $ +# $NetBSD: bsd.pkg.mk,v 1.234 1999/03/30 00:47:01 hubertf Exp $ # # This file is in the public domain. # @@ -625,9 +625,12 @@ DISTFILES?= ${DISTNAME}${EXTRACT_SUFX} PKGNAME?= ${DISTNAME} # Latest version of pkgtools required for this file. +# XXX There's a conditional test around "pkg_delete -O" for +# _PKGTOOLS_VER>=${PKGTOOLS_PKGDB_VERSION} below which +# should be backed out if this is bumped beyond 19990302. - HF PKGTOOLS_REQD= 19990119 -# Version of pkgtools which use the pkgdb cache +# Version of pkgtools which supported pkg_delete -O PKGTOOLS_PKGDB_VERSION= 19990302 # Check that we're using up-to-date pkg_* tools with this file. |