aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Weisgerber <naddy@FreeBSD.org>2022-10-15 19:22:53 +0000
committerChristian Weisgerber <naddy@FreeBSD.org>2022-10-15 19:30:36 +0000
commit6f4d64fecdfae3f8905d4e37b8ad33bd39657ddd (patch)
treeb36a26ba4ae6df0f85c5e9ed44501de353110fea
parent84b6b039d8ddaaaa30d69773965b7aebbaa29cf5 (diff)
downloadports-6f4d64fecdfae3f8905d4e37b8ad33bd39657ddd.tar.gz
ports-6f4d64fecdfae3f8905d4e37b8ad33bd39657ddd.zip
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.
-rw-r--r--net/openntpd/Makefile1
1 files changed, 0 insertions, 1 deletions
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}"