Use BROKEN instead of NOT_FOR_ARCHS.

Suggested by:	linimon
This commit is contained in:
Stefan Walter 2010-05-22 09:54:43 +00:00
parent a8319ce522
commit f053a0493f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=254823

View file

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