doxygen: Fix installation path for man pages

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
master
Michael Dippery 2010-08-23 17:06:36 -04:00 committed by Adam Vandenberg
parent 43dcc8ed0f
commit ee1023d725
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ class Doxygen <Formula
system "./configure", "--prefix", prefix
inreplace "Makefile" do |s|
# Path of man1 relative to already given prefix
s.change_make_var! 'MAN1DIR', man1
s.change_make_var! 'MAN1DIR', 'share/man/man1'
end
system "make"
system "make install"