summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorwiz <wiz>2001-03-07 09:52:53 +0000
committerwiz <wiz>2001-03-07 09:52:53 +0000
commitf5524b100e5845c87e45edb4bb6d03472fc1503f (patch)
tree0fec2166d5713b9a06327f37084617f4e7cb5f29 /mk
parentaa257ebca6bc54dc364fefdb89b4f871075f5cc0 (diff)
downloadpkgsrc-f5524b100e5845c87e45edb4bb6d03472fc1503f.tar.gz
Special-case digest the same way as pkg_install to avoid
chicken-and-egg problem. Patch by Alistair Crooks.
Diffstat (limited to 'mk')
-rw-r--r--mk/bsd.pkg.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/bsd.pkg.mk b/mk/bsd.pkg.mk
index 3820f01d7de..823e8fe1d46 100644
--- a/mk/bsd.pkg.mk
+++ b/mk/bsd.pkg.mk
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.pkg.mk,v 1.678 2001/03/07 00:26:26 hubertf Exp $
+# $NetBSD: bsd.pkg.mk,v 1.679 2001/03/07 09:52:53 wiz Exp $
#
# This file is in the public domain.
#
@@ -702,7 +702,7 @@ uptodate-pkgtools:
${_PKG_SILENT}${_PKG_DEBUG} \
if [ ${PKGTOOLS_VERSION} -lt ${PKGTOOLS_REQD} ]; then \
case ${PKGNAME} in \
- pkg_install-*) \
+ digest-*|pkg_install-*) \
;; \
*) \
${ECHO} "Your package tools need to be updated to ${PKGTOOLS_REQD:C|(....)(..)(..)|\1/\2/\3|} versions."; \