From f053a0493f28ea220cf24e5aa09e503d1f730508 Mon Sep 17 00:00:00 2001 From: Stefan Walter Date: Sat, 22 May 2010 09:54:43 +0000 Subject: Use BROKEN instead of NOT_FOR_ARCHS. Suggested by: linimon --- net-mgmt/docsis/Makefile | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'net-mgmt/docsis') diff --git a/net-mgmt/docsis/Makefile b/net-mgmt/docsis/Makefile index 28d7a0b407d0..4a07d8b83c4b 100644 --- a/net-mgmt/docsis/Makefile +++ b/net-mgmt/docsis/Makefile @@ -23,10 +23,14 @@ USE_BISON= build PLIST_SUB= MIBS=share/snmp/mibs -NOT_FOR_ARCHS= amd64 +.include + +.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 +.include -- cgit v1.2.3