diff options
author | dmcmahill <dmcmahill@pkgsrc.org> | 2001-01-28 18:53:58 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill@pkgsrc.org> | 2001-01-28 18:53:58 +0000 |
commit | 35c7ea926bc85c56961af6a6f8ef6e1fac8b5cdc (patch) | |
tree | 4e09c43074ccb8f42e548b2915197d60603fc2aa /mk | |
parent | 6559ac6d0b9205730c1d74bc641cb5cefd04a070 (diff) | |
download | pkgsrc-35c7ea926bc85c56961af6a6f8ef6e1fac8b5cdc.tar.gz |
always show depends in show-depends-dirs even if the package is broken.
Diffstat (limited to 'mk')
-rw-r--r-- | mk/bsd.pkg.mk | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/mk/bsd.pkg.mk b/mk/bsd.pkg.mk index d92c2ec5d61..532c62c464d 100644 --- a/mk/bsd.pkg.mk +++ b/mk/bsd.pkg.mk @@ -1,4 +1,4 @@ -# $NetBSD: bsd.pkg.mk,v 1.651 2001/01/26 16:48:17 skrll Exp $ +# $NetBSD: bsd.pkg.mk,v 1.652 2001/01/28 18:53:58 dmcmahill Exp $ # # This file is in the public domain. # @@ -1311,9 +1311,6 @@ do-fetch: # show both build and run depends directories (non-recursively) .if !target(show-depends-dirs) show-depends-dirs: -.if defined(IGNORE) - ${_PKG_SILENT}${_PKG_DEBUG}${DO_NADA} -.else ${_PKG_SILENT}${_PKG_DEBUG} \ dlist="";\ thisdir=`pwd`;\ @@ -1328,7 +1325,6 @@ show-depends-dirs: cd $$thisdir ;\ ${ECHO} "$$dlist" .endif -.endif .if !target(show-distfiles) show-distfiles: |