aboutsummaryrefslogtreecommitdiffstats
path: root/net-mgmt/docsis/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net-mgmt/docsis/Makefile')
-rw-r--r--net-mgmt/docsis/Makefile8
1 files changed, 6 insertions, 2 deletions
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 <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>