diff options
author | stefan <stefan@FreeBSD.org> | 2010-05-18 20:19:07 +0800 |
---|---|---|
committer | stefan <stefan@FreeBSD.org> | 2010-05-18 20:19:07 +0800 |
commit | c11e9cc3548ca562ba1f045d7b3074661b6bdb40 (patch) | |
tree | 6c118a78c9b80446481a16a025689c0a6c82fc9f /net-mgmt | |
parent | e6d388f40ac4498ea926576ad5e66a3eb5c9f08c (diff) | |
download | freebsd-ports-gnome-c11e9cc3548ca562ba1f045d7b3074661b6bdb40.tar.gz freebsd-ports-gnome-c11e9cc3548ca562ba1f045d7b3074661b6bdb40.tar.zst freebsd-ports-gnome-c11e9cc3548ca562ba1f045d7b3074661b6bdb40.zip |
Ignore on amd64 for now, as it doesn't work there.
PR: ports/140303
Diffstat (limited to 'net-mgmt')
-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 |