From bad2d265c20a6b15356d7165e0b5dc720e050a2a Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Wed, 17 Jul 2013 12:10:33 -0500 Subject: parrot: fix manpage installation --- Library/Formula/parrot.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'Library/Formula') 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}" -- cgit v1.2.3