diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2004-01-25 05:21:27 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2004-01-25 05:21:27 +0000 |
commit | 122b29ca4fe00ef2a12bfe395b2dd624ec4e3ce6 (patch) | |
tree | 423beb146ebfe1a76bfc09150b46bbdfd55f1d7b /databases | |
parent | f431c4bc9054eef4587ad3c3dce1182d69da9645 (diff) |
Notes
Diffstat (limited to 'databases')
-rw-r--r-- | databases/ruby-search-namazu/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/databases/ruby-search-namazu/Makefile b/databases/ruby-search-namazu/Makefile index d278b710a8db..c48282ebb78e 100644 --- a/databases/ruby-search-namazu/Makefile +++ b/databases/ruby-search-namazu/Makefile @@ -29,11 +29,7 @@ DOCS_EN= ${RUBY_RD_FILES:M*.en.rd} \ DOCS_JA= ${RUBY_RD_FILES:M*.ja.rd} \ ${RUBY_RD_HTML_FILES:M*.ja.html} -.include <bsd.port.pre.mk> - -.if ${OSVERSION} >= 500113 BROKEN= "Does not install (cannot open Makefile)" -.endif post-install: doc-install @@ -48,4 +44,4 @@ doc-install: .endfor .endif -.include <bsd.port.post.mk> +.include <bsd.port.mk> |