diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/dfc.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/dfc.rb b/Library/Formula/dfc.rb index d3ba545f8..f2c2d41a5 100644 --- a/Library/Formula/dfc.rb +++ b/Library/Formula/dfc.rb @@ -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 |
