aboutsummaryrefslogtreecommitdiffstats
path: root/security/ipsec-tools
diff options
context:
space:
mode:
authoredwin <edwin@FreeBSD.org>2007-10-04 14:02:06 +0800
committeredwin <edwin@FreeBSD.org>2007-10-04 14:02:06 +0800
commit50ef8aeab64606f46790199997daf350fce5ea76 (patch)
treed8dd676e01f9fcfef951a72fa9db10a9508220bb /security/ipsec-tools
parentd92c67423df2ebda90ee2a58e20c374297252deb (diff)
downloadfreebsd-ports-gnome-50ef8aeab64606f46790199997daf350fce5ea76.tar.gz
freebsd-ports-gnome-50ef8aeab64606f46790199997daf350fce5ea76.tar.zst
freebsd-ports-gnome-50ef8aeab64606f46790199997daf350fce5ea76.zip
Remove always-false/true conditions based on OSVERSION 500000
Diffstat (limited to 'security/ipsec-tools')
-rw-r--r--security/ipsec-tools/Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/security/ipsec-tools/Makefile b/security/ipsec-tools/Makefile
index 61e1bfe9d83d..35e223c01808 100644
--- a/security/ipsec-tools/Makefile
+++ b/security/ipsec-tools/Makefile
@@ -155,11 +155,7 @@ pre-configure:
@${ECHO_MSG} "===> -------------------------------------------------------------------------"
@${ECHO_MSG} "===> ATTENTION: You need a kernel patch to enable NAT-Traversal functionality!"
@${ECHO_MSG} "===> You can download the patch here:"
-. if ${OSVERSION} < 500000
- @${ECHO_MSG} "===> http://ipsec-tools.sf.net/freebsd_nat-t.diff"
-. else
@${ECHO_MSG} "===> http://ipsec-tools.sf.net/freebsd6-natt.diff"
-. endif
@${ECHO_MSG} "===> You might possibly have to do some steps manually if it fails to apply."
@${ECHO_MSG} "===> -------------------------------------------------------------------------"
@sleep 3