diff options
author | Bernhard Froehlich <decke@FreeBSD.org> | 2014-02-14 14:37:36 +0000 |
---|---|---|
committer | Bernhard Froehlich <decke@FreeBSD.org> | 2014-02-14 14:37:36 +0000 |
commit | de452c484c12ddcfdc928fa0c5f6436037d52eda (patch) | |
tree | d6e3cc390edd8ecc7c3ce7ca3eaaa339b2ed40f3 /security/strongswan | |
parent | 2eb9bbf5a5bfcff4c5cc9bbcd8c85d8c07591fc6 (diff) | |
download | ports-de452c484c12ddcfdc928fa0c5f6436037d52eda.tar.gz ports-de452c484c12ddcfdc928fa0c5f6436037d52eda.zip |
Notes
Diffstat (limited to 'security/strongswan')
-rw-r--r-- | security/strongswan/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/security/strongswan/Makefile b/security/strongswan/Makefile index 989be9d5ed23..c67906448c56 100644 --- a/security/strongswan/Makefile +++ b/security/strongswan/Makefile @@ -44,7 +44,7 @@ CONFIGURE_ARGS= --enable-kernel-pfkey \ OPTIONS_DEFINE= CURL EAPAKA3GPP2 EAPDYNAMIC EAPRADIUS EAPSIMFILE IKEv1 \ IPSECKEY KERNELLIBIPSEC LOADTESTER LDAP MYSQL SQLITE \ TESTVECTOR UNBOUND XAUTH -OPTIONS_SUB= ${OPTIONS_DEFINE} +OPTIONS_SUB= yes CURL_DESC= Enable CURL to fetch CRL/OCSP EAPAKA3GPP2_DESC= Enable EAP AKA with 3gpp2 backend EAPDYNAMIC_DESC= Enable EAP dynamic proxy module @@ -84,9 +84,9 @@ XAUTH_CONFIGURE_ON= --enable-xauth-eap --enable-xauth-generic .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MEAPSIMFILE} || ${PORT_OPTIONS:MEAPAKA3GPP2} -PLIST_SUB+=SIMAKA="" +PLIST_SUB+= SIMAKA="" .else -PLIST_SUB+=SIMAKA="@comment " +PLIST_SUB+= SIMAKA="@comment " .endif .if ${PORT_OPTIONS:MMYSQL} || ${PORT_OPTIONS:MSQLITE} @@ -98,7 +98,7 @@ PLIST_SUB+= SQL="@comment " post-install: ${MKDIR} ${STAGEDIR}${EXAMPLESDIR} - ${MV} ${STAGEDIR}${PREFIX}/etc/strongswan.conf ${STAGEDIR}${EXAMPLESDIR} - ${MV} ${STAGEDIR}${PREFIX}/etc/ipsec.conf ${STAGEDIR}${EXAMPLESDIR} + ${INSTALL_DATA} ${STAGEDIR}${PREFIX}/etc/strongswan.conf ${STAGEDIR}${EXAMPLESDIR} + ${INSTALL_DATA} ${STAGEDIR}${PREFIX}/etc/ipsec.conf ${STAGEDIR}${EXAMPLESDIR} .include <bsd.port.mk> |