diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/parrot.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Formula/parrot.rb b/Library/Formula/parrot.rb index 4c5eaf5ae..129d92e7c 100644 --- a/Library/Formula/parrot.rb +++ b/Library/Formula/parrot.rb @@ -22,6 +22,7 @@ class Parrot < Formula def install system "perl", "Configure.pl", "--prefix=#{prefix}", + "--mandir=#{man}", "--debugging=0", "--cc=#{ENV.cc}" |
