diff options
author | linimon <linimon@FreeBSD.org> | 2003-12-08 13:46:02 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2003-12-08 13:46:02 +0800 |
commit | 50fd5a1f2f6d293e036885be839036508f2fbd81 (patch) | |
tree | 110d10b3855c266f4284003255c88923dc5ddb7c | |
parent | 1b1ba5977e8d72293aded7089259ee726abff4ff (diff) | |
download | freebsd-ports-gnome-50fd5a1f2f6d293e036885be839036508f2fbd81.tar.gz freebsd-ports-gnome-50fd5a1f2f6d293e036885be839036508f2fbd81.tar.zst freebsd-ports-gnome-50fd5a1f2f6d293e036885be839036508f2fbd81.zip |
Mark as broken on 5.x. Notified maintainer.
-rw-r--r-- | databases/ruby-search-namazu/Makefile | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/databases/ruby-search-namazu/Makefile b/databases/ruby-search-namazu/Makefile index ac81880cdcf5..d278b710a8db 100644 --- a/databases/ruby-search-namazu/Makefile +++ b/databases/ruby-search-namazu/Makefile @@ -29,9 +29,13 @@ DOCS_EN= ${RUBY_RD_FILES:M*.en.rd} \ DOCS_JA= ${RUBY_RD_FILES:M*.ja.rd} \ ${RUBY_RD_HTML_FILES:M*.ja.html} -post-install: doc-install +.include <bsd.port.pre.mk> -.include <bsd.port.mk> +.if ${OSVERSION} >= 500113 +BROKEN= "Does not install (cannot open Makefile)" +.endif + +post-install: doc-install doc-install: .if !defined(NOPORTDOCS) @@ -43,3 +47,5 @@ doc-install: ${INSTALL_SCRIPT} ${WRKSRC}/${f} ${RUBY_MODDOCDIR}/ja/ .endfor .endif + +.include <bsd.port.post.mk> |