git: f7f38560ce69 - main - security/strongswan: Explicitly set sysconfdir

From: Fernando Apesteguía <fernape_at_FreeBSD.org>
Date: Wed, 30 Aug 2023 08:00:37 UTC
The branch main has been updated by fernape:

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

commit f7f38560ce695333898e7e13bbafd3313f4f2abc
Author:     Jose Luis Duran <jlduran@gmail.com>
AuthorDate: 2023-08-16 07:48:26 +0000
Commit:     Fernando Apesteguía <fernape@FreeBSD.org>
CommitDate: 2023-08-30 08:00:13 +0000

    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)
---
 security/strongswan/Makefile | 5 +++--
 1 file 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 \