summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authoragc <agc>1999-11-22 12:02:46 +0000
committeragc <agc>1999-11-22 12:02:46 +0000
commit41425c531c0c56409f9da63567978a917d91be5d (patch)
treebd9fcc08a9f0875ad56ad29ab4d6e35a3d17cfad /mk
parent2a7fbcd5417953ec47e6a4b69adfe79fc0504abc (diff)
downloadpkgsrc-41425c531c0c56409f9da63567978a917d91be5d.tar.gz
Cosmetic change - the list of installed packages includes a trailing
whitespace - don't duplicate the whitespace.
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 5c9ecb51567..1aeda74e7c1 100644
--- a/mk/bsd.pkg.mk
+++ b/mk/bsd.pkg.mk
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.pkg.mk,v 1.369 1999/11/22 02:42:30 hubertf Exp $
+# $NetBSD: bsd.pkg.mk,v 1.370 1999/11/22 12:02:46 agc Exp $
#
# This file is in the public domain.
#
@@ -2116,7 +2116,7 @@ misc-depends: uptodate-pkgtools
dir="`${ECHO} \"${dep}\" | ${SED} -e s/.\*://`"; \
found="`${PKG_INFO} -e \"$$package\" || ${TRUE}`"; \
if [ X"$$found" != X"" ]; then \
- ${ECHO_MSG} "===> ${PKGNAME} depends on installed package: $$package - `${ECHO} $$found | ${SED} -e 's|${PKG_DBDIR}/||g' | tr '\012' '\040'` found"; \
+ ${ECHO_MSG} "===> ${PKGNAME} depends on installed package: $$package - `${ECHO} $$found | ${SED} -e 's|${PKG_DBDIR}/||g' | tr '\012' '\040'`found"; \
else \
${ECHO_MSG} "===> ${PKGNAME} depends on package: $$package"; \
target=${DEPENDS_TARGET}; \