git: d4797e8e29b5 - main - security/sudo: Fix typo in OPTIONS_DEFAULT,

From: Matthias Andree <mandree_at_FreeBSD.org>
Date: Sat, 11 Jan 2025 21:39:05 UTC
The branch main has been updated by mandree:

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

commit d4797e8e29b54f7e93fa4f71ca8b2d7e93abab83
Author:     Matthias Andree <mandree@FreeBSD.org>
AuthorDate: 2025-01-11 21:37:17 +0000
Commit:     Matthias Andree <mandree@FreeBSD.org>
CommitDate: 2025-01-11 21:38:52 +0000

    security/sudo: Fix typo in OPTIONS_DEFAULT,
    
    removing an excess "s".
    
    Approved by:    portmgr@ (implicit, with kiwi@'s consent)
    Reported by:    ler@
---
 security/sudo/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/security/sudo/Makefile b/security/sudo/Makefile
index 0548654a1210..d354f756b734 100644
--- a/security/sudo/Makefile
+++ b/security/sudo/Makefile
@@ -91,7 +91,7 @@ SSL_USES=		ssl
 SSL_CONFIGURE_ON=	--enable-openssl=${OPENSSLBASE}
 
 .if ${FLAVOR:U} == sssd
-OPTIONS_DEFAULTS+=	SSSD2
+OPTIONS_DEFAULT+=	SSSD2
 .endif
 
 SSSD2_RUN_DEPENDS=	sssd:security/sssd2