diff options
author | garga <garga@FreeBSD.org> | 2015-04-24 18:57:01 +0800 |
---|---|---|
committer | garga <garga@FreeBSD.org> | 2015-04-24 18:57:01 +0800 |
commit | d7831b6504e849fb109d28566af4de42284f2980 (patch) | |
tree | 92b6a82eb40549cca15a3e8f63449bbc3cbbd292 /security | |
parent | 3b7ccff1ae641d9563223916159381d732bdfb26 (diff) | |
download | freebsd-ports-gnome-d7831b6504e849fb109d28566af4de42284f2980.tar.gz freebsd-ports-gnome-d7831b6504e849fb109d28566af4de42284f2980.tar.zst freebsd-ports-gnome-d7831b6504e849fb109d28566af4de42284f2980.zip |
Fix PLIST when EAPAKA3GPP2 is unset and EAPDYNAMIC is set
PR: 199652
Approved by: stronswan@Nanoteq.com (maintainer)
Sponsored by: Netgate
Diffstat (limited to 'security')
-rw-r--r-- | security/strongswan/Makefile | 6 | ||||
-rw-r--r-- | security/strongswan/pkg-plist | 4 |
2 files changed, 2 insertions, 8 deletions
diff --git a/security/strongswan/Makefile b/security/strongswan/Makefile index 0138a441b369..e1f63ea2e93e 100644 --- a/security/strongswan/Makefile +++ b/security/strongswan/Makefile @@ -100,12 +100,6 @@ PLIST_SUB+= SIMAKA="" PLIST_SUB+= SIMAKA="@comment " .endif -.if ${PORT_OPTIONS:MEAPDYNAMIC} || ${PORT_OPTIONS:MEAPAKA3GPP2} -PLIST_SUB+= DYNAKA="" -.else -PLIST_SUB+= DYNAKA="@comment " -.endif - .if ${PORT_OPTIONS:MMYSQL} || ${PORT_OPTIONS:MSQLITE} CONFIGURE_ARGS+= --enable-attr-sql --enable-sql PLIST_SUB+= SQL="" diff --git a/security/strongswan/pkg-plist b/security/strongswan/pkg-plist index 40055c02789d..723350058118 100644 --- a/security/strongswan/pkg-plist +++ b/security/strongswan/pkg-plist @@ -222,8 +222,8 @@ man/man8/charon-cmd.8.gz %%EAPAKA3GPP2%%@sample %%ETCDIR%%.d/charon/eap-aka-3gpp2.conf.sample %%EAPAKA3GPP2%%%%DATADIR%%/templates/config/plugins/eap-aka.conf %%EAPAKA3GPP2%%@sample %%ETCDIR%%.d/charon/eap-aka.conf.sample -%%DYNAKA%%%%DATADIR%%/templates/config/plugins/gmp.conf -%%DYNAKA%%@sample %%ETCDIR%%.d/charon/gmp.conf.sample +%%EAPAKA3GPP2%%%%DATADIR%%/templates/config/plugins/gmp.conf +%%EAPAKA3GPP2%%@sample %%ETCDIR%%.d/charon/gmp.conf.sample %%EAPDYNAMIC%%lib/ipsec/plugins/libstrongswan-eap-dynamic.a %%EAPDYNAMIC%%lib/ipsec/plugins/libstrongswan-eap-dynamic.la %%EAPDYNAMIC%%lib/ipsec/plugins/libstrongswan-eap-dynamic.so |