From 01f8941a6bca9707929b2172add66d593c2b3838 Mon Sep 17 00:00:00 2001 From: tizoc Date: Thu, 24 Nov 2011 10:20:18 -0200 Subject: chibi-scheme 0.5 "make" and "make install" must be done separately. Closes #8768. Signed-off-by: Jack Nagel --- Library/Formula/chibi-scheme.rb | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'Library') diff --git a/Library/Formula/chibi-scheme.rb b/Library/Formula/chibi-scheme.rb index 5fb2372a8..793eb01c8 100644 --- a/Library/Formula/chibi-scheme.rb +++ b/Library/Formula/chibi-scheme.rb @@ -1,11 +1,13 @@ require 'formula' class ChibiScheme < Formula - url 'http://chibi-scheme.googlecode.com/files/chibi-scheme-0.3.tgz' + url 'http://chibi-scheme.googlecode.com/files/chibi-scheme-0.5.tgz' homepage 'http://code.google.com/p/chibi-scheme/' - md5 '60a18f1b61c4677a2bb4701a0258c7d9' + md5 'b7a14bf7827b43c83b56eaaa9254e5e3' def install + # "make" and "make install" must be done separately + system "make" system "make install PREFIX=#{prefix}" end end -- cgit v1.2.3