diff options
author | eadler <eadler@FreeBSD.org> | 2012-01-09 12:01:17 +0800 |
---|---|---|
committer | eadler <eadler@FreeBSD.org> | 2012-01-09 12:01:17 +0800 |
commit | cb22869dc2ceb21005021637a2d9a3faf9759f78 (patch) | |
tree | bad5b4bf1d7e657f7f9e78813b8be5f95fdf76e1 /security/isakmpd | |
parent | 4738c2964da31d9d19bd227b6ca2d4c6b7b6ca35 (diff) | |
download | freebsd-ports-gnome-cb22869dc2ceb21005021637a2d9a3faf9759f78.tar.gz freebsd-ports-gnome-cb22869dc2ceb21005021637a2d9a3faf9759f78.tar.zst freebsd-ports-gnome-cb22869dc2ceb21005021637a2d9a3faf9759f78.zip |
- Remove outdated version checks
Reviewed by: nox
Diffstat (limited to 'security/isakmpd')
-rw-r--r-- | security/isakmpd/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/security/isakmpd/Makefile b/security/isakmpd/Makefile index 84c18cbf38e6..740e8ac25d65 100644 --- a/security/isakmpd/Makefile +++ b/security/isakmpd/Makefile @@ -45,9 +45,7 @@ post-patch: .for f in conf.h ike_auth.c isakmpd.8 isakmpd.conf.5 isakmpd.policy.5 policy.h ${REINPLACE_CMD} -e "s!/etc/!${PREFIX}/etc/!" ${WRKSRC}/${f} .endfor -.if ${OSVERSION} > 700050 @${REINPLACE_CMD} -e "s!netinet6/ipsec.h!netipsec/ipsec.h!" \ ${WRKSRC}/sysdep/freebsd/sysdep-os.h -.endif .include <bsd.port.post.mk> |