From 32f571b997b87a5e2361b8e4bb1de51ac498c61b Mon Sep 17 00:00:00 2001 From: tv Date: Thu, 15 Apr 2004 15:37:39 +0000 Subject: 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. --- mk/bsd.pkg.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mk') 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 -- cgit v1.2.3