From 6f4d64fecdfae3f8905d4e37b8ad33bd39657ddd Mon Sep 17 00:00:00 2001 From: Christian Weisgerber Date: Sat, 15 Oct 2022 21:22:53 +0200 Subject: 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}" -- cgit v1.2.3