svn commit: r421005 - head/devel/ocaml-annexlib

John Marino marino at FreeBSD.org
Sun Aug 28 06:02:10 UTC 2016


Author: marino
Date: Sun Aug 28 06:02:09 2016
New Revision: 421005
URL: https://svnweb.freebsd.org/changeset/ports/421005

Log:
  devel/ocaml-annexlib is not jobs safe (typical for ocaml)

Modified:
  head/devel/ocaml-annexlib/Makefile

Modified: head/devel/ocaml-annexlib/Makefile
==============================================================================
--- head/devel/ocaml-annexlib/Makefile	Sun Aug 28 05:56:01 2016	(r421004)
+++ head/devel/ocaml-annexlib/Makefile	Sun Aug 28 06:02:09 2016	(r421005)
@@ -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}


More information about the svn-ports-all mailing list