diff options
author | tv <tv@pkgsrc.org> | 2004-04-15 15:37:39 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 2004-04-15 15:37:39 +0000 |
commit | 2445e1de311a9bd997e506c877ea92616f308f22 (patch) | |
tree | 48220ac49172f1783100e59e2ba471e50ff608cd /mk/bsd.pkg.mk | |
parent | 3ead27bde3f16fb2b8afdb89a9892fa81ad8469a (diff) | |
download | pkgsrc-2445e1de311a9bd997e506c877ea92616f308f22.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/bsd.pkg.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 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 |