aboutsummaryrefslogtreecommitdiff
path: root/net/openospfd
diff options
context:
space:
mode:
authorEdward Tomasz Napierala <trasz@FreeBSD.org>2009-04-22 12:44:50 +0000
committerEdward Tomasz Napierala <trasz@FreeBSD.org>2009-04-22 12:44:50 +0000
commitef96468334d18ca51c2001c733b161c574c6e74b (patch)
tree97e2cbbeec303782f7ac796e710e08b15bae3721 /net/openospfd
parent4e5d3c9a436f059f2c5be67826a94bece36add20 (diff)
downloadports-ef96468334d18ca51c2001c733b161c574c6e74b.tar.gz
ports-ef96468334d18ca51c2001c733b161c574c6e74b.zip
Notes
Diffstat (limited to 'net/openospfd')
-rw-r--r--net/openospfd/Makefile9
1 files changed, 1 insertions, 8 deletions
diff --git a/net/openospfd/Makefile b/net/openospfd/Makefile
index ba6f180d39d8..873a611b5e58 100644
--- a/net/openospfd/Makefile
+++ b/net/openospfd/Makefile
@@ -48,7 +48,6 @@ post-extract:
post-patch:
@${REINPLACE_CMD} -e "s|sys/hash.h|hash.h|" ${WRKSRC}/ospfd/lsupdate.c
@${REINPLACE_CMD} -e "s|<net/if_media.h>|\"if_media.h\"|" ${WRKSRC}/ospfctl/ospfctl.c
- @${REINPLACE_CMD} -e "s|rtm_fmask|rtm_use|" ${WRKSRC}/ospfd/kroute.c
@${REINPLACE_CMD} -e "/rc.conf.local/d" ${WRKSRC}/ospfd/ospfd.conf.5
@${REINPLACE_CMD} -e "s|SIMPLEQ|STAILQ|" ${WRKSRC}/ospfd/*.[chy]
@${REINPLACE_CMD} -e "s|/etc|${PREFIX}/etc|g" \
@@ -73,10 +72,4 @@ do-install:
post-install:
@${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} >= 800059
-BROKEN= does not build
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>