diff options
| -rw-r--r-- | Library/Formula/hevea.rb | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/Library/Formula/hevea.rb b/Library/Formula/hevea.rb index c3ceaace5..7788f04ad 100644 --- a/Library/Formula/hevea.rb +++ b/Library/Formula/hevea.rb @@ -2,8 +2,8 @@ require "formula" class Hevea < Formula homepage "http://hevea.inria.fr/" - url "http://hevea.inria.fr/distri/hevea-2.18.tar.gz" - sha1 "1fc764a6fc946069b4ca91b29fa1e71c405265d9" + url "http://hevea.inria.fr/distri/hevea-2.19.tar.gz" + sha1 "59c0d35819c83b6558490b36f1113cdb4d49e919" bottle do revision 1 @@ -16,9 +16,6 @@ class Hevea < Formula depends_on "ghostscript" => :optional 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" system "make", "install" |
