git: 81d7adc58744 - main - www/free-sa-devel: fix Makefile syntax

From: Antoine Brodin <antoine_at_FreeBSD.org>
Date: Sun, 21 Jul 2024 07:03:47 UTC
The branch main has been updated by antoine:

URL: https://cgit.FreeBSD.org/ports/commit/?id=81d7adc5874419163fab8a34eaa8b681cf71658c

commit 81d7adc5874419163fab8a34eaa8b681cf71658c
Author:     Antoine Brodin <antoine@FreeBSD.org>
AuthorDate: 2024-07-21 07:02:53 +0000
Commit:     Antoine Brodin <antoine@FreeBSD.org>
CommitDate: 2024-07-21 07:02:53 +0000

    www/free-sa-devel: fix Makefile syntax
---
 www/free-sa-devel/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www/free-sa-devel/Makefile b/www/free-sa-devel/Makefile
index 3a0118d38a40..1885fb9333a7 100644
--- a/www/free-sa-devel/Makefile
+++ b/www/free-sa-devel/Makefile
@@ -59,7 +59,7 @@ pre-everything::
 	@${ECHO_MSG} " For example, 'make WITH_OPTIMIZED_CFLAGS=yes'"
 	@${ECHO_MSG} "============================================================================="
 .endif
-.if empty(PORT_OPTIONS:MSA_DEBUG) &! (SA_DEBUG_LEVEL)
+.if empty(PORT_OPTIONS:MSA_DEBUG) && !defined(SA_DEBUG_LEVEL)
 	@${ECHO_MSG} "============================================================================="
 	@${ECHO_MSG} " You can enable Free-SA debugging (level 1) by defining WITH_SA_DEBUG"
 	@${ECHO_MSG} " For example, 'make WITH_SA_DEBUG=yes'"