git: 6f4d64fecdfa - main - net/openntpd: remove no-op configure argument

From: Christian Weisgerber <naddy_at_FreeBSD.org>
Date: Sat, 15 Oct 2022 19:30:40 UTC
The branch main has been updated by naddy:

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

commit 6f4d64fecdfae3f8905d4e37b8ad33bd39657ddd
Author:     Christian Weisgerber <naddy@FreeBSD.org>
AuthorDate: 2022-10-15 19:22:53 +0000
Commit:     Christian Weisgerber <naddy@FreeBSD.org>
CommitDate: 2022-10-15 19:30:36 +0000

    net/openntpd: remove no-op configure argument
    
    Drop the --with-cacert configure option, which does nothing at all.
    OpenNTPD always loads the root CA file from the path returned by
    tls_default_ca_cert_file(), i.e., /etc/ssl/cert.pem.
---
 net/openntpd/Makefile | 1 -
 1 file changed, 1 deletion(-)

diff --git a/net/openntpd/Makefile b/net/openntpd/Makefile
index a441cfed14d1..447eee561cfd 100644
--- a/net/openntpd/Makefile
+++ b/net/openntpd/Makefile
@@ -22,7 +22,6 @@ USERS=		_ntp
 GROUPS=		_ntp
 
 GNU_CONFIGURE=	yes
-CONFIGURE_ARGS=	--with-cacert=${LOCALBASE}/etc/ssl/cert.pem
 
 SUB_FILES=	480.status-openntpd pkg-message
 SUB_LIST=	MANPREFIX="${MANPREFIX}"