1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-19 08:13:21 +00:00

Remove excessive colon

Reported by:	mandree
This commit is contained in:
Baptiste Daroussin 2013-07-29 20:12:43 +00:00
parent c758d55521
commit e5e2c2aaa6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=323906

View File

@ -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 \