Date: Thu, 26 Jun 2014 08:04:55 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r359320 - head/Mk Message-ID: <201406260804.s5Q84tcc041272@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Thu Jun 26 08:04:55 2014 New Revision: 359320 URL: http://svnweb.freebsd.org/changeset/ports/359320 QAT: https://qat.redports.org/buildarchive/r359320/ Log: Do not hide errors listing info pages in the pkg case With hat: portmgr Modified: head/Mk/bsd.port.mk Modified: head/Mk/bsd.port.mk ============================================================================== --- head/Mk/bsd.port.mk Thu Jun 26 07:56:55 2014 (r359319) +++ head/Mk/bsd.port.mk Thu Jun 26 08:04:55 2014 (r359320) @@ -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)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201406260804.s5Q84tcc041272>