diff options
author | marcus <marcus@FreeBSD.org> | 2006-01-21 22:07:08 +0000 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2006-01-21 22:07:08 +0000 |
commit | 7b01fcee8890b1bd1cfe69dae13b3300aa1f9652 (patch) | |
tree | 1a06be34e597785a3dfbab2fdc2b187580f48401 /Mk | |
parent | ec001d3242e626ad39398e7be82c740d7143dcb4 (diff) | |
download | FreeBSD-ports-7b01fcee8890b1bd1cfe69dae13b3300aa1f9652.zip FreeBSD-ports-7b01fcee8890b1bd1cfe69dae13b3300aa1f9652.tar.gz |
Add a missing '@' to the ${DO_NADA} in the patch-dos2unix target. This
fixes an errant "true" that can be seen after make patch.
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 395e1f2..7b37f97b 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 |