summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authordmcmahill <dmcmahill>2001-01-28 18:53:58 +0000
committerdmcmahill <dmcmahill>2001-01-28 18:53:58 +0000
commit91359f7c1d072ab44187fd3ae2b4faffc860071a (patch)
tree4e09c43074ccb8f42e548b2915197d60603fc2aa /mk
parent6d82744dac887b31192cb16bbf51b3ac606274ca (diff)
downloadpkgsrc-91359f7c1d072ab44187fd3ae2b4faffc860071a.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.mk6
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: