diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-07-29 20:12:43 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-07-29 20:12:43 +0000 |
commit | e5e2c2aaa631fa1cc1ffe2f2fdc54f69f23bbe51 (patch) | |
tree | dd2ce9a670b80531dd8e4de53facc74b752647a9 | |
parent | Use new LIB_DEPENDS format (diff) |
Remove excessive colon
Reported by: mandree
-rw-r--r-- | Mk/bsd.port.mk | 2 |
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 \ |