diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-06-16 12:23:45 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-06-16 12:23:45 +0000 |
commit | 2eb34fa38e9388f1ef4bf49914c0db4ac8259952 (patch) | |
tree | 8d9d580f75a34169be8d4326e6bce2fd6ebbc6e8 /Mk/bsd.port.mk | |
parent | 93ebfae6ac28a8e462a290f6166d4e3507aed919 (diff) |
Notes
Diffstat (limited to 'Mk/bsd.port.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 bb9480a3494d..9a9ff5a10eba 100644 --- a/Mk/bsd.port.mk +++ b/Mk/bsd.port.mk @@ -3594,7 +3594,7 @@ do-patch: (cd ${_DISTDIR} ; \ for i in ${_PATCHFILES}; do \ if [ ${PATCH_DEBUG_TMP} = yes ]; then \ - @${ECHO_MSG} "===> Applying distribution patch $$i" ; \ + ${ECHO_MSG} "===> Applying distribution patch $$i" ; \ fi ; \ case $$i in \ *.Z|*.gz) ${GZCAT} $$i ;; \ |