dfc: fix audit warning

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
master
Jack Nagel 2012-04-05 18:14:04 -05:00
parent 1c3a2d23c9
commit d5a0581075
1 changed files with 1 additions and 1 deletions

View File

@ -6,6 +6,6 @@ class Dfc < Formula
md5 'e9c5e862858ab2cd4a7b2270c26722ef'
def install
system "make", "PREFIX=#{prefix}", "MANDIR=#{prefix}/share/man", "install"
system "make", "PREFIX=#{prefix}", "MANDIR=#{man}", "install"
end
end