diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2003-12-20 04:38:16 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2003-12-20 04:38:16 +0000 |
commit | 4d2de8f96dbc1fdc2520fa1a88cd2eca88568e4b (patch) | |
tree | 87b5c6c311a315de08bbb9ab629586e6971d9eea /japanese | |
parent | 39a69f5995fcd192f517eb4fda6b6e537751997c (diff) | |
download | ports-4d2de8f96dbc1fdc2520fa1a88cd2eca88568e4b.tar.gz ports-4d2de8f96dbc1fdc2520fa1a88cd2eca88568e4b.zip |
Notes
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/ebw3/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/japanese/ebw3/Makefile b/japanese/ebw3/Makefile index ec698940a3ff..45effadfd3c2 100644 --- a/japanese/ebw3/Makefile +++ b/japanese/ebw3/Makefile @@ -18,6 +18,12 @@ VERSION= 0.2-b4 STARTUP_SCRIPT= $(PREFIX)/etc/rc.d/ebw3d.sh.sample +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 500113 +BROKEN= "Does not compile on FreeBSD ${OSVERSION}" +.endif + post-install: ${MKDIR} ${PREFIX}/www/cgi-bin ${INSTALL} -c -o nobody -g nobody -m 555 ${WRKSRC}/cdsearch \ @@ -32,4 +38,4 @@ post-install: .endif ${INSTALL_SCRIPT} ${FILESDIR}/ebw3d.sh.sample $(PREFIX)/etc/rc.d -.include <bsd.port.mk> +.include <bsd.port.post.mk> |