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

Do not hide errors listing info pages in the pkg case

With hat:	portmgr
This commit is contained in:
Antoine Brodin 2014-06-26 08:04:55 +00:00
parent 9cab2439d2
commit bd2bbe06be
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=359320

View File

@ -5667,7 +5667,7 @@ add-plist-info:
@${ECHO_CMD} "@exec ginstall-info --quiet %D/${INFO_PATH}/$i.info %D/${INFO_PATH}/dir" \
>> ${TMPPLIST}
.else
@${LS} ${STAGEDIR}${PREFIX}/${INFO_PATH}/$i.info* 2>/dev/null | ${SED} -e s:${STAGEDIR}${PREFIX}/:@info\ :g >> ${TMPPLIST}
@${LS} ${STAGEDIR}${PREFIX}/${INFO_PATH}/$i.info* | ${SED} -e s:${STAGEDIR}${PREFIX}/:@info\ :g >> ${TMPPLIST}
.endif
.endfor
.if defined(INFO_SUBDIR)