diff options
author | Stefan Walter <stefan@FreeBSD.org> | 2010-05-18 12:19:07 +0000 |
---|---|---|
committer | Stefan Walter <stefan@FreeBSD.org> | 2010-05-18 12:19:07 +0000 |
commit | 81372342ff9b1e1016b30c184be3241ba2e99751 (patch) | |
tree | 3df684e2fee6d7676fd7848179ac15ef6e1d84ac /net-mgmt/docsis | |
parent | 958f5a719f5d1ae9c143562efa9246047aabe831 (diff) |
Notes
Diffstat (limited to 'net-mgmt/docsis')
-rw-r--r-- | net-mgmt/docsis/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net-mgmt/docsis/Makefile b/net-mgmt/docsis/Makefile index fdc168330e9b..28d7a0b407d0 100644 --- a/net-mgmt/docsis/Makefile +++ b/net-mgmt/docsis/Makefile @@ -23,6 +23,8 @@ USE_BISON= build PLIST_SUB= MIBS=share/snmp/mibs +NOT_FOR_ARCHS= amd64 + post-patch: @${REINPLACE_CMD} -e 's|^htmldocdir =.*|htmldocdir = ${DOCSDIR}|' ${WRKSRC}/doc/Makefile.in @${REINPLACE_CMD} -e 's|^examplesdir =.*|examplesdir = ${EXAMPLESDIR}|' ${WRKSRC}/examples/Makefile.in |