diff options
author | John Marino <marino@FreeBSD.org> | 2015-08-22 14:31:38 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2015-08-22 14:31:38 +0000 |
commit | 3ab4c7d918cde61c9bda9e0f5589378aa85c66ae (patch) | |
tree | b8d2fc6ada87b76cf19a2028a79ad55c474e3005 /archivers | |
parent | 41eddde9bc9ea56ff9bc3cdc78c334c965185db1 (diff) |
Notes
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/ocaml-bz2/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/archivers/ocaml-bz2/Makefile b/archivers/ocaml-bz2/Makefile index 2cf598e082ec..856b38269b5e 100644 --- a/archivers/ocaml-bz2/Makefile +++ b/archivers/ocaml-bz2/Makefile @@ -26,6 +26,8 @@ DOCSDIR= ${OCAML_DOCSDIR}/${PORTNAME} OPTIONS_DEFINE= DOCS +MAKE_JOBS_UNSAFE= yes + post-install: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR} |