From c337148273221915e7a04483d7ea209f7daa4533 Mon Sep 17 00:00:00 2001 From: Xu Cheng Date: Sun, 28 Dec 2014 22:35:36 +0800 Subject: mpfr: modernize --- Library/Formula/mpfr.rb | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Library/Formula/mpfr.rb b/Library/Formula/mpfr.rb index 2610a37df..4fe6e3279 100644 --- a/Library/Formula/mpfr.rb +++ b/Library/Formula/mpfr.rb @@ -1,5 +1,3 @@ -require "formula" - class Mpfr < Formula homepage "http://www.mpfr.org/" # Upstream is down a lot, so use the GNU mirror + Gist for patches @@ -38,7 +36,7 @@ class Mpfr < Formula ENV.m32 if build.build_32_bit? system "./configure", "--disable-dependency-tracking", "--prefix=#{prefix}" system "make" - system "make check" - system "make install" + system "make", "check" + system "make", "install" end end -- cgit v1.2.3