aboutsummaryrefslogtreecommitdiff
path: root/textproc/isearch
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2002-10-26 02:55:52 +0000
committerKris Kennaway <kris@FreeBSD.org>2002-10-26 02:55:52 +0000
commit76f26d3acf6f9543a3a7f98e53a1d24567ab5b6b (patch)
treee03a24e7a2e79afe60bef46f4af3cef4637a6c1a /textproc/isearch
parent565a4bfeef3d02a72f8a4542627bd3ab2dbe388b (diff)
downloadports-76f26d3acf6f9543a3a7f98e53a1d24567ab5b6b.tar.gz
ports-76f26d3acf6f9543a3a7f98e53a1d24567ab5b6b.zip
Mark BROKEN on 5.0
Notes
Notes: svn path=/head/; revision=68849
Diffstat (limited to 'textproc/isearch')
-rw-r--r--textproc/isearch/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/textproc/isearch/Makefile b/textproc/isearch/Makefile
index 9797cae44702..ab5a316377d7 100644
--- a/textproc/isearch/Makefile
+++ b/textproc/isearch/Makefile
@@ -16,10 +16,16 @@ 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.mk>
+.include <bsd.port.post.mk>