Use BROKEN instead of NOT_FOR_ARCHS.
Suggested by: linimon
This commit is contained in:
parent
a8319ce522
commit
f053a0493f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=254823
1 changed files with 6 additions and 2 deletions
|
@ -23,10 +23,14 @@ USE_BISON= build
|
|||
|
||||
PLIST_SUB= MIBS=share/snmp/mibs
|
||||
|
||||
NOT_FOR_ARCHS= amd64
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${ARCH} == "amd64"
|
||||
BROKEN= Produces corrupt files on amd64
|
||||
.endif
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|^htmldocdir =.*|htmldocdir = ${DOCSDIR}|' ${WRKSRC}/doc/Makefile.in
|
||||
@${REINPLACE_CMD} -e 's|^examplesdir =.*|examplesdir = ${EXAMPLESDIR}|' ${WRKSRC}/examples/Makefile.in
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
Loading…
Reference in a new issue