diff options
author | edwin <edwin@FreeBSD.org> | 2007-10-04 14:02:06 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2007-10-04 14:02:06 +0800 |
commit | 50ef8aeab64606f46790199997daf350fce5ea76 (patch) | |
tree | d8dd676e01f9fcfef951a72fa9db10a9508220bb /security/ipsec-tools | |
parent | d92c67423df2ebda90ee2a58e20c374297252deb (diff) | |
download | freebsd-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/Makefile | 4 |
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 |