aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJose Luis Duran <jlduran@gmail.com>2023-08-16 07:48:26 +0000
committerFernando ApesteguĂ­a <fernape@FreeBSD.org>2023-08-30 08:00:13 +0000
commitf7f38560ce695333898e7e13bbafd3313f4f2abc (patch)
treefc8241983874b9c28284d7b9eaf26b4f2bb650a1
parent57dc2663ef0ddac35e690019c71a8ab6c00c5ba9 (diff)
downloadports-f7f38560ce695333898e7e13bbafd3313f4f2abc.tar.gz
ports-f7f38560ce695333898e7e13bbafd3313f4f2abc.zip
security/strongswan: Explicitly set sysconfdir
This allows for proper substitution in manual pages. PR: 273138 Reported by: jlduran@gmail.com Reviewed by: strongswan@Nanoteq.com (maintainer timeout > 2 weeks)
-rw-r--r--security/strongswan/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/security/strongswan/Makefile b/security/strongswan/Makefile
index 3345a3a6bed9..f6fe9d669352 100644
--- a/security/strongswan/Makefile
+++ b/security/strongswan/Makefile
@@ -1,6 +1,6 @@
PORTNAME= strongswan
DISTVERSION= 5.9.11
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= security net-vpn
MASTER_SITES= https://download.strongswan.org/ \
https://download2.strongswan.org/
@@ -19,7 +19,8 @@ USE_LDCONFIG= ${PREFIX}/lib/ipsec
USE_RC_SUBR= strongswan
GNU_CONFIGURE= yes
-CONFIGURE_ARGS= --disable-gmp \
+CONFIGURE_ARGS= --sysconfdir=${PREFIX}/etc \
+ --disable-gmp \
--disable-kernel-netlink \
--disable-scripts \
--enable-addrblock \