faad2 - fix man page installation

master
Adam Vandenberg 2010-07-30 09:40:15 -07:00
parent e1aa882d00
commit 1893a609ce
1 changed files with 1 additions and 0 deletions

View File

@ -8,5 +8,6 @@ class Faad2 <Formula
def install
system "./configure", "--prefix=#{prefix}", "--disable-debug", "--disable-dependency-tracking"
system "make install"
man1.install man+'manm/faad.man' => 'faad.1'
end
end