summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authortv <tv>2004-04-15 15:37:39 +0000
committertv <tv>2004-04-15 15:37:39 +0000
commit32f571b997b87a5e2361b8e4bb1de51ac498c61b (patch)
tree48220ac49172f1783100e59e2ba471e50ff608cd /mk
parent0f84329d61c232ad9da8a4990a19cdf6b72cd5a5 (diff)
downloadpkgsrc-32f571b997b87a5e2361b8e4bb1de51ac498c61b.tar.gz
Provide a quick fix for PR pkg/25187 so that "make update" DTRT with
dependencies again. This is not a good long term solution; I'm still working on that as an option to pkg_info to recurse the dependency tree.
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 6b66e2795d7..d170ef7f3b7 100644
--- a/mk/bsd.pkg.mk
+++ b/mk/bsd.pkg.mk
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.pkg.mk,v 1.1442 2004/04/14 20:15:59 jmmv Exp $
+# $NetBSD: bsd.pkg.mk,v 1.1443 2004/04/15 15:37:39 tv Exp $
#
# This file is in the public domain.
#
@@ -3592,7 +3592,7 @@ ${DDIR}: ${DLIST}
${DLIST}: ${WRKDIR}
${_PKG_SILENT}${_PKG_DEBUG} \
- { ${PKG_INFO} -qR "${PKGWILDCARD}" || ${TRUE}; } > ${DLIST}
+ { ${PKG_DELETE} -n "${PKGWILDCARD}" 2>&1 | grep '^ ' || ${TRUE}; } > ${DLIST}
# The 'info' target can be used to display information about a package.
.PHONY: info