diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-09-23 20:31:40 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-09-23 20:31:40 +0000 |
commit | ae506a831d14d9b443d747951920a77b7bea0c1a (patch) | |
tree | 3c6ddb8ff3c7e47125a079ec067fe699885d031c /Mk | |
parent | 026aa2765630996fb3c63d4040db377a7c36bdcc (diff) | |
download | freebsd-ports-ae506a831d14d9b443d747951920a77b7bea0c1a.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/:[^-:][^:]*$$//'` ; \ |