aboutsummaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2007-12-21 22:22:43 +0000
committerPav Lucistnik <pav@FreeBSD.org>2007-12-21 22:22:43 +0000
commit8db5c42db72a7124879534207e40a6c462b20dbd (patch)
tree8f2003e318eea0c131d89aea6fb5875e86ddd424 /www
parent3baf4f33fd14ca9f6a9906bfec57c58a9b5ce3b8 (diff)
downloadports-8db5c42db72a7124879534207e40a6c462b20dbd.tar.gz
ports-8db5c42db72a7124879534207e40a6c462b20dbd.zip
Notes
Diffstat (limited to 'www')
-rw-r--r--www/wb0/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/www/wb0/Makefile b/www/wb0/Makefile
index 58e6939937dd..c677d3664995 100644
--- a/www/wb0/Makefile
+++ b/www/wb0/Makefile
@@ -24,6 +24,12 @@ DOCS= AUTHORS Changelog README etc/wb0/wb0.config.README
PORTDOCS= ${DOCS:T}
ONLY_FOR_ARCHS= i386
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 700000
+BROKEN= Does not compile
+.endif
+
post-patch:
@${REINPLACE_CMD} -e 's|/etc/wb0|${LOCALBASE}/etc|g ; \
s|/usr/local/src/wb0/font/bit|${LOCALBASE}/share/wb0/|g ; \
@@ -37,4 +43,4 @@ post-install:
.endfor
.endif
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>