summaryrefslogtreecommitdiffstats
path: root/textproc/ocaml-yaxi/Makefile
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2004-09-19 02:59:05 +0000
committerkris <kris@FreeBSD.org>2004-09-19 02:59:05 +0000
commit272ac1c80d0ce64145b2dd10691f10005f8b1b84 (patch)
treebac414858f9279e2b6a5d733b8505a2140b728fd /textproc/ocaml-yaxi/Makefile
parent3893122eb8a7d90a55d0d04529d4eb722ff71b1c (diff)
downloadFreeBSD-ports-272ac1c80d0ce64145b2dd10691f10005f8b1b84.zip
FreeBSD-ports-272ac1c80d0ce64145b2dd10691f10005f8b1b84.tar.gz
BROKEN on 5.x: Does not compile
Approved by: portmgr (self)
Diffstat (limited to 'textproc/ocaml-yaxi/Makefile')
-rw-r--r--textproc/ocaml-yaxi/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/textproc/ocaml-yaxi/Makefile b/textproc/ocaml-yaxi/Makefile
index 4bde78cd..06f1c50 100644
--- a/textproc/ocaml-yaxi/Makefile
+++ b/textproc/ocaml-yaxi/Makefile
@@ -33,10 +33,16 @@ PLIST_FILES= bin/yaxsltproc
PKGDEINSTALL= ${PKGINSTALL}
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 502126
+BROKEN= "Does not compile on FreeBSD >= 5.x"
+.endif
+
post-install:
@${FIND} ${PREFIX}/lib/ocaml/site-lib/${PORTNAME} -type f | \
${SED} "s,^${PREFIX}/,," >> ${TMPPLIST}
@${ECHO_CMD} "@dirrm lib/ocaml/site-lib/${PORTNAME}" >> ${TMPPLIST}
@${ECHO_CMD} "@unexec ocamlfind remove ${PORTNAME} 2>/dev/null || true" >> ${TMPPLIST}
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>
OpenPOWER on IntegriCloud