diff options
author | Renato Botelho <renato@netgate.com> | 2015-11-11 10:39:29 -0200 |
---|---|---|
committer | Renato Botelho <renato@netgate.com> | 2015-11-11 10:39:29 -0200 |
commit | 58e232ce22b8bcac3316aaa5a22a324c2979748b (patch) | |
tree | c85ae28617d8ddd8299e66cf41574090a66a1190 | |
parent | d92c10130df38e264c7c77367cf0d542d10794c0 (diff) | |
download | pfsense-58e232ce22b8bcac3316aaa5a22a324c2979748b.zip pfsense-58e232ce22b8bcac3316aaa5a22a324c2979748b.tar.gz |
No more need to change ETCDIR for strongswan
-rw-r--r-- | tools/conf/pfPorts/make.conf | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/tools/conf/pfPorts/make.conf b/tools/conf/pfPorts/make.conf index 3cdf957..4014242 100644 --- a/tools/conf/pfPorts/make.conf +++ b/tools/conf/pfPorts/make.conf @@ -43,10 +43,6 @@ CFLAGS+= -static CONFIGURE_ARGS= --without-openssl-header-check .endif -.if ${.CURDIR:N*security/strongswan*}=="" -ETCDIR= /var/etc/ipsec/strongswan -.endif - DEFAULT_VERSIONS= php=56 WITH_OPENSSL_BASE= yes sysutils_syslog-ng_SET_FORCE= SYS_SSL |