aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2013-07-30 04:12:43 +0800
committerbapt <bapt@FreeBSD.org>2013-07-30 04:12:43 +0800
commit040c6f67ade65a6c9c4e00cc2dc3bfbc0a08b9ef (patch)
treedd2ce9a670b80531dd8e4de53facc74b752647a9
parentc55c6b89c496ab010f4a203c28ae6650a3b90cb5 (diff)
downloadfreebsd-ports-gnome-040c6f67ade65a6c9c4e00cc2dc3bfbc0a08b9ef.tar.gz
freebsd-ports-gnome-040c6f67ade65a6c9c4e00cc2dc3bfbc0a08b9ef.tar.zst
freebsd-ports-gnome-040c6f67ade65a6c9c4e00cc2dc3bfbc0a08b9ef.zip
Remove excessive colon
Reported by: mandree
-rw-r--r--Mk/bsd.port.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk
index 98003981d575..d32e2bc4fabe 100644
--- a/Mk/bsd.port.mk
+++ b/Mk/bsd.port.mk
@@ -5017,7 +5017,7 @@ lib-depends:
dir=$${i#*:} ; \
target="${DEPENDS_TARGET}"; \
depends_args="${DEPENDS_ARGS}"; \
- ${ECHO_MSG} -n "===> ${PKGNAME} depends on shared library: $${lib}:" ; \
+ ${ECHO_MSG} -n "===> ${PKGNAME} depends on shared library: $${lib}" ; \
found=0 ; \
dirs="${LIB_DIRS} `${CAT} ${LOCALBASE}/libdata/ldconfig/* 2>/dev/null || : `" ; \
for libdir in $$dirs; do \