From 7774203d0bcc44db9c275689f8e8482b33a0fc16 Mon Sep 17 00:00:00 2001 From: John Marino Date: Sun, 28 Aug 2016 06:02:09 +0000 Subject: [PATCH] devel/ocaml-annexlib is not jobs safe (typical for ocaml) --- devel/ocaml-annexlib/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/devel/ocaml-annexlib/Makefile b/devel/ocaml-annexlib/Makefile index 0313126b3e4e..2fc4252aaf61 100644 --- a/devel/ocaml-annexlib/Makefile +++ b/devel/ocaml-annexlib/Makefile @@ -29,6 +29,8 @@ ALL_TARGET= all opt SA_DIR= ${LOCALBASE}/${OCAML_SITELIBDIR} DOCSDIR= ${PREFIX}/share/doc/ocaml/${PORTNAME} +MAKE_JOBS_UNSAFE= yes + post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} @${INSTALL_DATA} ${WRKSRC}/doc/html/* ${STAGEDIR}${DOCSDIR}