aboutsummaryrefslogtreecommitdiffstats
path: root/Mk
diff options
context:
space:
mode:
authorantoine <antoine@FreeBSD.org>2014-09-24 04:31:40 +0800
committerantoine <antoine@FreeBSD.org>2014-09-24 04:31:40 +0800
commit039a33066c57a19807582da3815e358e363d6386 (patch)
tree3c6ddb8ff3c7e47125a079ec067fe699885d031c /Mk
parent5c4b22a3a01d4000449f11410dfaf20eea20ea5e (diff)
downloadfreebsd-ports-gnome-039a33066c57a19807582da3815e358e363d6386.tar.gz
freebsd-ports-gnome-039a33066c57a19807582da3815e358e363d6386.tar.zst
freebsd-ports-gnome-039a33066c57a19807582da3815e358e363d6386.zip
Make the fetch of PATCHFILES more quiet
With hat: portmgr
Diffstat (limited to 'Mk')
-rw-r--r--Mk/bsd.port.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk
index 885763cad1ae..9bbb7a68f4b7 100644
--- a/Mk/bsd.port.mk
+++ b/Mk/bsd.port.mk
@@ -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/:[^-:][^:]*$$//'` ; \