diff options
author | antoine <antoine@FreeBSD.org> | 2014-09-24 04:31:40 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-09-24 04:31:40 +0800 |
commit | 039a33066c57a19807582da3815e358e363d6386 (patch) | |
tree | 3c6ddb8ff3c7e47125a079ec067fe699885d031c /Mk | |
parent | 5c4b22a3a01d4000449f11410dfaf20eea20ea5e (diff) | |
download | freebsd-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.mk | 2 |
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/:[^-:][^:]*$$//'` ; \ |