aboutsummaryrefslogtreecommitdiff
path: root/multimedia/dvdstyler
diff options
context:
space:
mode:
authorJuergen Lock <nox@FreeBSD.org>2011-08-03 04:50:00 +0000
committerJuergen Lock <nox@FreeBSD.org>2011-08-03 04:50:00 +0000
commit4592860e2cc1f10e16d6e0c33564e72cf8bec2f3 (patch)
tree0ab78544850b8c54dfe8568144c05ff40a614037 /multimedia/dvdstyler
parent646c7d94fb644635d6fa74aedcb1d3b9b26bcc12 (diff)
downloadports-4592860e2cc1f10e16d6e0c33564e72cf8bec2f3.tar.gz
ports-4592860e2cc1f10e16d6e0c33564e72cf8bec2f3.zip
Notes
Diffstat (limited to 'multimedia/dvdstyler')
-rw-r--r--multimedia/dvdstyler/files/patch-docs-Makefile.in11
1 files changed, 11 insertions, 0 deletions
diff --git a/multimedia/dvdstyler/files/patch-docs-Makefile.in b/multimedia/dvdstyler/files/patch-docs-Makefile.in
new file mode 100644
index 000000000000..e0c955dbd72c
--- /dev/null
+++ b/multimedia/dvdstyler/files/patch-docs-Makefile.in
@@ -0,0 +1,11 @@
+--- docs/Makefile.in.orig
++++ docs/Makefile.in
+@@ -461,7 +461,7 @@ uninstall-man: uninstall-man1
+
+ help_%.zip: DVDStylerGuide_%.xml
+ t=`mktemp -d tempXXXXXXX`; \
+- (cd "$$t" && $(XMLTO) --skip-validation htmlhelp ../DVDStylerGuide_$*.xml && rm -f *.hh* && $(ZIP) ../help_$*.zip *.html); \
++ (cd "$$t" && $(XMLTO) --skip-validation htmlhelp ../DVDStylerGuide_$*.xml && rm -f *.hh* *.proc && $(ZIP) ../help_$*.zip *.html); \
+ rm -f "$$t"/*.html; \
+ if [ -d "images/$*" ]; then \
+ $(ZIP) help_$*.zip htmlhelp.hhp toc.hhc images/$*/*.png images/$*/*.jpg; \