diff options
author | Eitan Adler <eadler@FreeBSD.org> | 2012-01-09 04:01:17 +0000 |
---|---|---|
committer | Eitan Adler <eadler@FreeBSD.org> | 2012-01-09 04:01:17 +0000 |
commit | e1925f71024fbbbc6356957304ac960ac4147bc9 (patch) | |
tree | 3777e9d6cc7f1da1d6f88da18b7f50e27a967c2a /security/isakmpd | |
parent | 6f72b01686444c8cf2067f9dce6d7b7087341907 (diff) | |
download | ports-e1925f71024fbbbc6356957304ac960ac4147bc9.tar.gz ports-e1925f71024fbbbc6356957304ac960ac4147bc9.zip |
Notes
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> |