diff options
author | antoine <antoine@FreeBSD.org> | 2014-06-26 16:04:55 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-06-26 16:04:55 +0800 |
commit | 5518c05a82de65dcdab68396d799321e2a8b0625 (patch) | |
tree | b79998debe8515dd9484f0306bed160a05f50712 /Mk | |
parent | 5fcbaeef9f85858b6fdd85abffd1fbcf7b0d7039 (diff) | |
download | freebsd-ports-graphics-5518c05a82de65dcdab68396d799321e2a8b0625.tar.gz freebsd-ports-graphics-5518c05a82de65dcdab68396d799321e2a8b0625.tar.zst freebsd-ports-graphics-5518c05a82de65dcdab68396d799321e2a8b0625.zip |
Do not hide errors listing info pages in the pkg case
With hat: portmgr
Diffstat (limited to 'Mk')
-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 f7f42208913..22647b96fd8 100644 --- a/Mk/bsd.port.mk +++ b/Mk/bsd.port.mk @@ -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) |