aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/hevea.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/hevea.rb')
-rw-r--r--Library/Formula/hevea.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/hevea.rb b/Library/Formula/hevea.rb
index 7b79c7afe..ecaa05363 100644
--- a/Library/Formula/hevea.rb
+++ b/Library/Formula/hevea.rb
@@ -6,10 +6,10 @@ class Hevea <Formula
md5 '24a631570bee3cc4b8350e9db39be62b'
depends_on 'objective-caml'
- depends_on 'ghostscript' => :optional
+ depends_on 'ghostscript' => :optional
def install
- inreplace 'Makefile', '/usr/local', "#{prefix}"
+ inreplace 'Makefile', '/usr/local', prefix
system "make"
system "make install"
end