svn commit: r369119 - head/Mk

Antoine Brodin antoine at FreeBSD.org
Tue Sep 23 20:31:40 UTC 2014


Author: antoine
Date: Tue Sep 23 20:31:40 2014
New Revision: 369119
URL: http://svnweb.freebsd.org/changeset/ports/369119
QAT: https://qat.redports.org/buildarchive/r369119/

Log:
  Make the fetch of PATCHFILES more quiet
  
  With hat:	portmgr

Modified:
  head/Mk/bsd.port.mk

Modified: head/Mk/bsd.port.mk
==============================================================================
--- head/Mk/bsd.port.mk	Tue Sep 23 20:20:12 2014	(r369118)
+++ head/Mk/bsd.port.mk	Tue Sep 23 20:31:40 2014	(r369119)
@@ -3249,7 +3249,7 @@ do-fetch:
 	    fi; \
 	 done
 .if defined(PATCHFILES)
-	cd ${_DISTDIR};\
+	@cd ${_DISTDIR};\
 	${_PATCH_SITES_ENV} ; \
 	for _file in ${PATCHFILES}; do \
 		file=`${ECHO_CMD} $$_file | ${SED} -E -e 's/:[^-:][^:]*$$//'` ; \


More information about the svn-ports-head mailing list