Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 23 Sep 2014 20:31:40 +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: r369119 - head/Mk
Message-ID:  <201409232031.s8NKVe4X098969@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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/:[^-:][^:]*$$//'` ; \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201409232031.s8NKVe4X098969>