Date: Sat, 11 Jan 2025 21:39:05 GMT From: Matthias Andree <mandree@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: d4797e8e29b5 - main - security/sudo: Fix typo in OPTIONS_DEFAULT, Message-ID: <202501112139.50BLd53g084592@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202501112139.50BLd53g084592>