summaryrefslogtreecommitdiff
path: root/Mk
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2006-01-21 22:07:08 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2006-01-21 22:07:08 +0000
commitfeb7b457a05615630751b8c5a0f6d078e943c79d (patch)
treea27d8be65fbcc8dce40b43fc07d9f63fff051624 /Mk
parentImplement @dirrmtry for my ports. (diff)
Add a missing '@' to the ${DO_NADA} in the patch-dos2unix target. This
fixes an errant "true" that can be seen after make patch.
Notes
Notes: svn path=/head/; revision=154094
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 395e1f2f78e3..7b37f97ba128 100644
--- a/Mk/bsd.port.mk
+++ b/Mk/bsd.port.mk
@@ -3249,7 +3249,7 @@ patch-dos2unix:
.endfor
.endif
.else
- ${DO_NADA}
+ @${DO_NADA}
.endif
.endif