svn commit: r359320 - head/Mk

Antoine Brodin antoine at FreeBSD.org
Thu Jun 26 08:04:56 UTC 2014


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)


More information about the svn-ports-head mailing list