From 948a726423bbafffbf86bf5c2a0e8f66a6a1960c Mon Sep 17 00:00:00 2001 From: Xu Cheng Date: Wed, 31 Dec 2014 21:19:09 +0800 Subject: cpptest: modernize --- Library/Formula/cpptest.rb | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'Library/Formula') diff --git a/Library/Formula/cpptest.rb b/Library/Formula/cpptest.rb index edecc832f..092bfcd72 100644 --- a/Library/Formula/cpptest.rb +++ b/Library/Formula/cpptest.rb @@ -1,9 +1,7 @@ -require 'formula' - class Cpptest < Formula - homepage 'http://cpptest.sourceforge.net/' - url 'https://downloads.sourceforge.net/project/cpptest/cpptest/cpptest-1.1.2/cpptest-1.1.2.tar.gz' - sha1 'c8e69ca98f9b39016c94f1f78659f412ee825049' + homepage "http://cpptest.sourceforge.net/" + url "https://downloads.sourceforge.net/project/cpptest/cpptest/cpptest-1.1.2/cpptest-1.1.2.tar.gz" + sha1 "c8e69ca98f9b39016c94f1f78659f412ee825049" bottle do cellar :any @@ -15,6 +13,6 @@ class Cpptest < Formula def install system "./configure", "--disable-dependency-tracking", "--prefix=#{prefix}" - system "make install" + system "make", "install" end end -- cgit v1.2.3