Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 14 Feb 2023 12:18:29 GMT
From:      Dima Panov <fluffy@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 0c7005ba8e96 - main - net/openradius: fix typo (=+ -> +=)
Message-ID:  <202302141218.31ECITSq057727@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by fluffy:

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

commit 0c7005ba8e96845006585f05c3dae41e9e1849ee
Author:     Dima Panov <fluffy@FreeBSD.org>
AuthorDate: 2023-02-14 12:16:33 +0000
Commit:     Dima Panov <fluffy@FreeBSD.org>
CommitDate: 2023-02-14 12:16:33 +0000

    net/openradius: fix typo (=+ -> +=)
    
    Reported by:    poudriere bulk -t
    Approved by:    portmfr blanket
    Sponsored by:   Serenity Cybersecurity, LLC
---
 net/openradius/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net/openradius/Makefile b/net/openradius/Makefile
index 0e2ced955b92..1df089582a35 100644
--- a/net/openradius/Makefile
+++ b/net/openradius/Makefile
@@ -33,7 +33,7 @@ OPTIONS_DEFINE=	LDAP DOCS EXAMPLES
 .include <bsd.port.options.mk>
 
 .if ${PORT_OPTIONS:MLDAP}
-USES=+	ldap
+USES+=	ldap
 PLIST_SUB+=	LDAP=""
 SCRIPTS_ENV+=	USE_LDAP=yes
 .else



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202302141218.31ECITSq057727>