figet: fix mandir
When setting Mandir to man6 the Manpage goes into man/man6/man6 which is one man6 too much :) Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
7e47d55f04
commit
24e50d0408
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ class Figlet < Formula
|
|||
inreplace "Makefile" do |s|
|
||||
s.gsub! "/usr/local", prefix
|
||||
s.change_make_var! 'DEFAULTFONTDIR', share_fonts
|
||||
s.change_make_var! 'MANDIR', man6
|
||||
s.change_make_var! 'MANDIR', man
|
||||
end
|
||||
|
||||
system "make install"
|
||||
|
|
Loading…
Reference in a new issue