diff options
author | Ade Lovett <ade@FreeBSD.org> | 2006-02-23 15:37:20 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2006-02-23 15:37:20 +0000 |
commit | 363cdd1ddb514c8c7a28e6c3ce2f290dd97064ba (patch) | |
tree | 8768f0cd52b54d9bec1ed8ffd95c884c9e82f3ce /Mk | |
parent | 553bea86e145f78e8edf0a19283955e59b16fbc8 (diff) | |
download | ports-363cdd1ddb514c8c7a28e6c3ce2f290dd97064ba.tar.gz ports-363cdd1ddb514c8c7a28e6c3ce2f290dd97064ba.zip |
Notes
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 079c7b625abd..c126678908c5 100644 --- a/Mk/bsd.port.mk +++ b/Mk/bsd.port.mk @@ -3302,7 +3302,7 @@ do-patch: .if !target(run-autotools) run-autotools: - ${DO_NADA} + @${DO_NADA} .endif # Configure |