aboutsummaryrefslogtreecommitdiffstats
path: root/devel/dsss
diff options
context:
space:
mode:
Diffstat (limited to 'devel/dsss')
-rw-r--r--devel/dsss/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/devel/dsss/Makefile b/devel/dsss/Makefile
index c94313bfdf65..1822f1ef0451 100644
--- a/devel/dsss/Makefile
+++ b/devel/dsss/Makefile
@@ -25,6 +25,12 @@ PORTDOCS= *
MAN1= dsss.1 rebuild.1
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 800000
+BROKEN= does not compile on 8-CURRENT
+.endif
+
post-patch:
@${REINPLACE_CMD} -e 's|share/man|man|' \
${WRKSRC}/dsss.conf
@@ -37,4 +43,4 @@ post-patch:
${WRKSRC}/rebuild/Makefile
.endfor
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>