- Mark BROKEN on 8-CURRENT

Reported by:	pointyhat
This commit is contained in:
Pav Lucistnik 2008-09-07 19:12:48 +00:00
parent 4309e972e5
commit b33570335e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=220153

View file

@ -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>