summaryrefslogtreecommitdiff
path: root/mk/bsd.prefs.mk
diff options
context:
space:
mode:
authortv <tv@pkgsrc.org>2004-11-23 20:39:19 +0000
committertv <tv@pkgsrc.org>2004-11-23 20:39:19 +0000
commitbfc860a00b381caf66e1ded0ca614715be9cd943 (patch)
treee3c19da45fa09f026ffa19419c221e5723af2061 /mk/bsd.prefs.mk
parentf6f45fbee76f3e7c5b273938469b4050d8a41a96 (diff)
downloadpkgsrc-bfc860a00b381caf66e1ded0ca614715be9cd943.tar.gz
Move "package-name" back to bsd.pkg.mk, as it is needed there.
Make dependency calculation work correctly for "print-summary-data", and thus for "readme".
Diffstat (limited to 'mk/bsd.prefs.mk')
-rw-r--r--mk/bsd.prefs.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/bsd.prefs.mk b/mk/bsd.prefs.mk
index 9302a43e2bc..188c5ef88b2 100644
--- a/mk/bsd.prefs.mk
+++ b/mk/bsd.prefs.mk
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.prefs.mk,v 1.177.2.3 2004/11/23 18:25:35 tv Exp $
+# $NetBSD: bsd.prefs.mk,v 1.177.2.4 2004/11/23 20:39:19 tv Exp $
#
# Make file, included to get the site preferences, if any. Should
# only be included by package Makefiles before any .if defined()
@@ -308,7 +308,7 @@ PKG_PHASES= fetch checksum depends extract patch
.elif make(extract)
PKG_PHASES= fetch checksum depends extract
.elif make(depends) || \
- make(show-depends-dirs)
+ make(show-depends-dirs) || make(print-summary-data)
PKG_PHASES= fetch checksum depends
.elif make(checksum)
PKG_PHASES= fetch checksum