- Mark BROKEN on 8-CURRENT
Reported by: pointyhat
This commit is contained in:
parent
4309e972e5
commit
b33570335e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=220153
1 changed files with 7 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue