diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/hevea.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Formula/hevea.rb b/Library/Formula/hevea.rb index 9a8138844..c3ceaace5 100644 --- a/Library/Formula/hevea.rb +++ b/Library/Formula/hevea.rb @@ -17,6 +17,7 @@ class Hevea < Formula def install # Emailed Luc.Maranget@inria.fr to ask for this change to be made. + # Confirmed it will be fixed in the next release. inreplace "Makefile", "PREFIX=/usr/local", "PREFIX?=/usr/local" ENV["PREFIX"] = prefix system "make" |
