Added: trunk/dports/multimedia/ffmpeg-devel/files/patch-Makefile.diff (0 => 70238)
--- trunk/dports/multimedia/ffmpeg-devel/files/patch-Makefile.diff (rev 0)
+++ trunk/dports/multimedia/ffmpeg-devel/files/patch-Makefile.diff 2010-08-03 07:41:05 UTC (rev 70238)
@@ -0,0 +1,11 @@
+--- Makefile.orig 2010-04-19 15:05:26.000000000 +0200
++++ Makefile 2010-07-31 23:15:14.000000000 +0200
+@@ -107,7 +107,7 @@
+
+ doc/%.html: TAG = HTML
+ doc/%.html: doc/%.texi
+- $(M)cd doc && texi2html -monolithic -number $(<:doc/%=%)
++ $(M)cd doc && texi2html $(<:doc/%=%)
+
+ doc/%.pod: TAG = POD
+ doc/%.pod: doc/%-doc.texi