From feb7b457a05615630751b8c5a0f6d078e943c79d Mon Sep 17 00:00:00 2001 From: Joe Marcus Clarke Date: Sat, 21 Jan 2006 22:07:08 +0000 Subject: Add a missing '@' to the ${DO_NADA} in the patch-dos2unix target. This fixes an errant "true" that can be seen after make patch. --- Mk/bsd.port.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3