diff options
| author | Matthias Andree <mandree@FreeBSD.org> | 2025-01-11 21:37:17 +0000 |
|---|---|---|
| committer | Matthias Andree <mandree@FreeBSD.org> | 2025-01-11 21:38:52 +0000 |
| commit | d4797e8e29b54f7e93fa4f71ca8b2d7e93abab83 (patch) | |
| tree | f481c6fda10f04672197530a9dc1ecd5aa79beb0 | |
| parent | 3844809a019da0607fa8d963b11003a0681892af (diff) | |
security/sudo: Fix typo in OPTIONS_DEFAULT,
removing an excess "s".
Approved by: portmgr@ (implicit, with kiwi@'s consent)
Reported by: ler@
| -rw-r--r-- | security/sudo/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
