aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authordanfe <danfe@FreeBSD.org>2014-08-26 00:57:27 +0800
committerdanfe <danfe@FreeBSD.org>2014-08-26 00:57:27 +0800
commitf467a32d06505c718b328c7115a4c61837da1ac0 (patch)
tree43ba422e50b739fcb739592f0d8ba531079de540 /devel
parentf0478d3a70e210034abcd4106678c1033648cd30 (diff)
downloadfreebsd-ports-gnome-f467a32d06505c718b328c7115a4c61837da1ac0.tar.gz
freebsd-ports-gnome-f467a32d06505c718b328c7115a4c61837da1ac0.tar.zst
freebsd-ports-gnome-f467a32d06505c718b328c7115a4c61837da1ac0.zip
Unbreak the build with HTMLDOCS or PDFDOCS options enabled.
PR: 192958 Submitted by: Tsurutani Naoki Approved by: maintainer
Diffstat (limited to 'devel')
-rw-r--r--devel/doxygen/files/patch-Makefile.in6
1 files changed, 4 insertions, 2 deletions
diff --git a/devel/doxygen/files/patch-Makefile.in b/devel/doxygen/files/patch-Makefile.in
index e9404e7b3adb..af7340cb209b 100644
--- a/devel/doxygen/files/patch-Makefile.in
+++ b/devel/doxygen/files/patch-Makefile.in
@@ -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