summaryrefslogtreecommitdiff
path: root/Mk
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-06-16 12:23:45 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-06-16 12:23:45 +0000
commit2eb34fa38e9388f1ef4bf49914c0db4ac8259952 (patch)
tree8d9d580f75a34169be8d4326e6bce2fd6ebbc6e8 /Mk
parentupdate to 0.2.4.7-alpha; remove some stale mirrors (diff)
Remove trailing @ which breaks PATCH_DEBUG_TMP
Submitted by: bf
Notes
Notes: svn path=/head/; revision=321044
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 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 ;; \