diff options
author | bapt <bapt@FreeBSD.org> | 2013-07-30 04:12:43 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-07-30 04:12:43 +0800 |
commit | 040c6f67ade65a6c9c4e00cc2dc3bfbc0a08b9ef (patch) | |
tree | dd2ce9a670b80531dd8e4de53facc74b752647a9 | |
parent | c55c6b89c496ab010f4a203c28ae6650a3b90cb5 (diff) | |
download | freebsd-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.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 \ |