diff options
Diffstat (limited to 'textproc/isearch/Makefile')
-rw-r--r-- | textproc/isearch/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/textproc/isearch/Makefile b/textproc/isearch/Makefile index ab5a316377d7..9797cae44702 100644 --- a/textproc/isearch/Makefile +++ b/textproc/isearch/Makefile @@ -16,16 +16,10 @@ MAINTAINER= pmarquis@pobox.com GNU_CONFIGURE= yes MAKE_ARGS= INSTALL=${PREFIX}/bin -.include <bsd.port.pre.mk> - -.if ${OSVERSION} >= 500035 -BROKEN= "Does not compile on 5.0" -.endif - post-install: .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} ${INSTALL_MAN} ${WRKSRC}/html/*.html ${DOCSDIR} .endif -.include <bsd.port.post.mk> +.include <bsd.port.mk> |