blob: 22d176be8765322e13461a403e0bfd4c0c030c5b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-aa,v 1.2 2008/11/05 11:42:53 wiz Exp $
--- gst-libs/ext/ffmpeg/doc/Makefile.in.orig 2007-12-04 20:51:59.000000000 +0000
+++ gst-libs/ext/ffmpeg/doc/Makefile.in
@@ -464,7 +464,7 @@ uninstall-man: uninstall-man1
$(TEXI2HTML) -monolithic -number $<
%.pod: %-doc.texi
- $(srcdir)/texi2pod.pl $< $@
+ ${PERL} $(srcdir)/texi2pod.pl $< $@
%.1: %.pod
$(POD2MAN) --section=1 --center=" " --release=" " $< > $@
|