aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authortrasz <trasz@FreeBSD.org>2009-04-22 20:44:50 +0800
committertrasz <trasz@FreeBSD.org>2009-04-22 20:44:50 +0800
commit11614213d11381ef04012bf2cea6e81d65361a9f (patch)
treeb59fb9a8634c4ce86549a44f5a343e558b526e36 /net
parent39fe538c92c671768264606bf305efc6ee24013b (diff)
downloadfreebsd-ports-gnome-11614213d11381ef04012bf2cea6e81d65361a9f.tar.gz
freebsd-ports-gnome-11614213d11381ef04012bf2cea6e81d65361a9f.tar.zst
freebsd-ports-gnome-11614213d11381ef04012bf2cea6e81d65361a9f.zip
Fix build on -CURRENT.
Diffstat (limited to 'net')
-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>