aboutsummaryrefslogtreecommitdiff
path: root/accessibility
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2009-08-15 17:13:04 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2009-08-15 17:13:04 +0000
commit53410d8e34ce42cbdbec1000f5a1c5e36d1f2e2d (patch)
tree127054280e9c9b736949c5ece8a7881814a5bc2a /accessibility
parente63a9b4452a796bc6f5fa6e8aa9eb33afadd5d0a (diff)
downloadports-53410d8e34ce42cbdbec1000f5a1c5e36d1f2e2d.tar.gz
ports-53410d8e34ce42cbdbec1000f5a1c5e36d1f2e2d.zip
Notes
Diffstat (limited to 'accessibility')
-rw-r--r--accessibility/gnome-mag/files/patch-docs_reference_Makefile.in11
1 files changed, 11 insertions, 0 deletions
diff --git a/accessibility/gnome-mag/files/patch-docs_reference_Makefile.in b/accessibility/gnome-mag/files/patch-docs_reference_Makefile.in
new file mode 100644
index 000000000000..65bcf35805bc
--- /dev/null
+++ b/accessibility/gnome-mag/files/patch-docs_reference_Makefile.in
@@ -0,0 +1,11 @@
+--- docs/reference/Makefile.in.orig 2009-08-09 02:49:17.000000000 +0200
++++ docs/reference/Makefile.in 2009-08-09 02:54:54.000000000 +0200
+@@ -418,8 +418,6 @@
+
+ html/index.html:
+ -rm -rf html
+- -doxygen $(doxygen_configfile) \
+- 2> doxygen-warnings.txt | tee doxygen-output.txt && cat doxygen-warnings.txt
+
+ gnome-mag-reference-html.tar.gz: html/index.html
+ tar cf - html | gzip -c --best >$@