summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authoragc <agc>1998-08-06 14:49:41 +0000
committeragc <agc>1998-08-06 14:49:41 +0000
commit4edca50bcd8663ff4ba0b763d7723fea351a19d2 (patch)
tree0818f119febd03b12b7d7320d714a187cb401109 /mk
parent5da9f19ef5ea8a0b4d84cce6a4dd45186fe6e163 (diff)
downloadpkgsrc-4edca50bcd8663ff4ba0b763d7723fea351a19d2.tar.gz
Revert previous change.
The matching package name is useful to check for any bogus matches, is consistent with the BUILD_DEPENDS and RUN_DEPENDS matching, and will be necessary when wildcard matching is introduced. It is benign in pre-fnmatching pkg_info(1)s, and useful in post-fnmatching ones.
Diffstat (limited to 'mk')
-rw-r--r--mk/bsd.pkg.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/bsd.pkg.mk b/mk/bsd.pkg.mk
index 74c1b808bf1..265a55d38f6 100644
--- a/mk/bsd.pkg.mk
+++ b/mk/bsd.pkg.mk
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.pkg.mk,v 1.137 1998/08/06 14:18:35 tv Exp $
+# $NetBSD: bsd.pkg.mk,v 1.138 1998/08/06 14:49:41 agc Exp $
#
# This file is in the public domain.
#
@@ -1576,7 +1576,7 @@ misc-depends:
dir="`${ECHO} \"$$dir\" | ${SED} -e s/.\*://`"; \
found=`/usr/sbin/pkg_info -e "$$package"`; \
if [ $$? -eq 0 ]; then \
- ${ECHO_MSG} "===> ${PKGNAME} depends on installed package: $$package found"; \
+ ${ECHO_MSG} "===> ${PKGNAME} depends on installed package: $$package - $$found found"; \
else \
${ECHO_MSG} "===> ${PKGNAME} depends on package: $$package"; \
target=${DEPENDS_TARGET}; \