aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorAdam Vandenberg2012-02-09 23:01:58 -0800
committerAdam Vandenberg2012-02-09 23:08:04 -0800
commit8f0edc442432ee6ce9251427e7f07d9c268cbb7d (patch)
treec23437c498d2ce4862dda983d7c279896fa4d85b /Library
parent7ce7f2de64af0596b0eedab464d6f3e5938c0166 (diff)
downloadhomebrew-8f0edc442432ee6ce9251427e7f07d9c268cbb7d.tar.bz2
scotch: style update
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/scotch.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/scotch.rb b/Library/Formula/scotch.rb
index 0ce813fe5..99f926714 100644
--- a/Library/Formula/scotch.rb
+++ b/Library/Formula/scotch.rb
@@ -1,9 +1,9 @@
require 'formula'
class Scotch < Formula
- version '5.1.12'
- url 'https://gforge.inria.fr/frs/download.php/28933'
homepage 'https://gforge.inria.fr/projects/scotch'
+ url 'https://gforge.inria.fr/frs/download.php/28933'
+ version '5.1.12'
md5 'f873ff2bad519f9be7bc7b117bbe0bc4'
def install
@@ -11,7 +11,7 @@ class Scotch < Formula
ln_s 'Make.inc/Makefile.inc.i686_mac_darwin8', 'Makefile.inc'
system 'make scotch'
system 'make ptscotch'
- system "make install prefix=#{prefix}"
+ system "make", "install", "prefix=#{prefix}"
end
end