svn commit: r366097 - head/devel/doxygen/files
Alexey Dokuchaev
danfe at FreeBSD.org
Mon Aug 25 16:57:28 UTC 2014
Author: danfe
Date: Mon Aug 25 16:57:27 2014
New Revision: 366097
URL: http://svnweb.freebsd.org/changeset/ports/366097
QAT: https://qat.redports.org/buildarchive/r366097/
Log:
Unbreak the build with HTMLDOCS or PDFDOCS options enabled.
PR: 192958
Submitted by: Tsurutani Naoki
Approved by: maintainer
Modified:
head/devel/doxygen/files/patch-Makefile.in
Modified: head/devel/doxygen/files/patch-Makefile.in
==============================================================================
--- head/devel/doxygen/files/patch-Makefile.in Mon Aug 25 16:53:02 2014 (r366096)
+++ head/devel/doxygen/files/patch-Makefile.in Mon Aug 25 16:57:27 2014 (r366097)
@@ -55,12 +55,14 @@
-rm -rf generated_src
-rm -f addon/doxywizard/doxywizard.pro
-rm -f VERSION
-@@ -89,13 +86,13 @@ install_docs:
+@@ -88,14 +85,14 @@ install_docs:
+ cp -r examples $(DESTDIR)$(DOCDIR)
cp -r html $(DESTDIR)$(DOCDIR)
- docs: FORCE
+-docs: FORCE
- cd examples ; $(MAKE)
- cd doc ; $(MAKE)
++docs: all FORCE
+ $(MAKE) -C examples
+ $(MAKE) -C doc
More information about the svn-ports-all
mailing list