svn commit: r380781 - head/x11-toolkits/ocaml-lablgtk2
Bartek Rutkowski
robak at FreeBSD.org
Sun Mar 8 17:56:31 UTC 2015
Author: robak
Date: Sun Mar 8 17:56:30 2015
New Revision: 380781
URL: https://svnweb.freebsd.org/changeset/ports/380781
QAT: https://qat.redports.org/buildarchive/r380781/
Log:
x11-toolkits/ocaml-lablgtk2: fix build without DOCS
- Maintainer's timeout (bf at FreeBSD.org)
PR: 195907
Submitted by: Kevin Zheng <kevinz5000 at gmail.com>
Modified:
head/x11-toolkits/ocaml-lablgtk2/Makefile
Modified: head/x11-toolkits/ocaml-lablgtk2/Makefile
==============================================================================
--- head/x11-toolkits/ocaml-lablgtk2/Makefile Sun Mar 8 17:44:52 2015 (r380780)
+++ head/x11-toolkits/ocaml-lablgtk2/Makefile Sun Mar 8 17:56:30 2015 (r380781)
@@ -135,7 +135,9 @@ post-patch:
post-install:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
+.if ${PORT_OPTIONS:MDOCS}
${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR}
+.endif
@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
@cd ${WRKSRC}/examples && ${COPYTREE_SHARE} \
"*.ml *.png *.rgb *.xpm text ${EXAMPLES_SUBDIRS}" \
More information about the svn-ports-all
mailing list