diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2007-12-21 22:22:43 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2007-12-21 22:22:43 +0000 |
commit | 8db5c42db72a7124879534207e40a6c462b20dbd (patch) | |
tree | 8f2003e318eea0c131d89aea6fb5875e86ddd424 /www/wb0 | |
parent | - Attempt to fix plist on FreeBSD 7.x (diff) |
- Mark BROKEN on 7.x
Diffstat (limited to 'www/wb0')
-rw-r--r-- | www/wb0/Makefile | 8 |
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> |