aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorAdam Vandenberg2013-01-27 21:53:46 -0800
committerAdam Vandenberg2013-01-28 21:40:19 -0800
commit4a2b45f1bc5b59303d66fb58545071f80e70f994 (patch)
treeaee777a8806b911d9d340f2ce8d32cfde382996e /Library/Formula
parenta956567bc13e4951dde9f04f2db26e1c3168164c (diff)
downloadhomebrew-4a2b45f1bc5b59303d66fb58545071f80e70f994.tar.bz2
qd: style nits
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/qd.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/qd.rb b/Library/Formula/qd.rb
index 1a83ad35b..88e0cd390 100644
--- a/Library/Formula/qd.rb
+++ b/Library/Formula/qd.rb
@@ -1,14 +1,14 @@
require 'formula'
class Qd < Formula
- url 'http://crd.lbl.gov/~dhbailey/mpdist/qd-2.3.13.tar.gz'
homepage 'http://crd.lbl.gov/~dhbailey/mpdist/'
+ url 'http://crd.lbl.gov/~dhbailey/mpdist/qd-2.3.13.tar.gz'
sha1 'f46d63eb5e21172a6f66884b4ddbb352b327a9ca'
def install
ENV.fortran
-
- system "./configure", "--disable-dependency-tracking", "--prefix=#{prefix}"
+ system "./configure", "--disable-dependency-tracking",
+ "--prefix=#{prefix}"
system "make install"
end
end