aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorAdam Vandenberg2013-01-27 20:50:01 -0800
committerAdam Vandenberg2013-01-28 21:40:05 -0800
commita62bb1b99480638a067c1f0673ec2a4b8bdfad27 (patch)
tree25a2e401dc9f18fea56577dfb80e5c623410e826 /Library/Formula
parentac0d4919cd24349dbe5ca0e7adffeaac181e6618 (diff)
downloadhomebrew-a62bb1b99480638a067c1f0673ec2a4b8bdfad27.tar.bz2
hunspell: style nits
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/hunspell.rb5
1 files changed, 3 insertions, 2 deletions
diff --git a/Library/Formula/hunspell.rb b/Library/Formula/hunspell.rb
index 17d5df28b..a7db5a034 100644
--- a/Library/Formula/hunspell.rb
+++ b/Library/Formula/hunspell.rb
@@ -1,8 +1,8 @@
require 'formula'
class Hunspell < Formula
- url 'http://downloads.sourceforge.net/hunspell/hunspell-1.3.2.tar.gz'
homepage 'http://hunspell.sourceforge.net/'
+ url 'http://downloads.sourceforge.net/hunspell/hunspell-1.3.2.tar.gz'
sha1 '902c76d2b55a22610e2227abc4fd26cbe606a51c'
depends_on 'readline'
@@ -10,7 +10,8 @@ class Hunspell < Formula
def install
system "./configure", "--disable-dependency-tracking",
"--prefix=#{prefix}",
- "--with-ui", "--with-readline"
+ "--with-ui",
+ "--with-readline"
system "make"
ENV.deparallelize
system "make install"