aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/shntool.rb
diff options
context:
space:
mode:
authorAdam Vandenberg2013-01-27 21:54:35 -0800
committerAdam Vandenberg2013-01-28 21:40:19 -0800
commit10b39f02bf3a537b8aeafa030f2f170d2ae98167 (patch)
treefa64efded8e359263f4ca2a91a170c10b908fbb7 /Library/Formula/shntool.rb
parent4a643e3443d73a6fadd5e2f248df47a0bee1d801 (diff)
downloadhomebrew-10b39f02bf3a537b8aeafa030f2f170d2ae98167.tar.bz2
shntool: style nits
Diffstat (limited to 'Library/Formula/shntool.rb')
-rw-r--r--Library/Formula/shntool.rb5
1 files changed, 3 insertions, 2 deletions
diff --git a/Library/Formula/shntool.rb b/Library/Formula/shntool.rb
index 8a6281c84..e00dcd4dd 100644
--- a/Library/Formula/shntool.rb
+++ b/Library/Formula/shntool.rb
@@ -1,12 +1,13 @@
require 'formula'
class Shntool < Formula
- url 'http://etree.org/shnutils/shntool/dist/src/shntool-3.0.10.tar.gz'
homepage 'http://etree.org/shnutils/shntool/'
+ url 'http://etree.org/shnutils/shntool/dist/src/shntool-3.0.10.tar.gz'
sha1 '7a2bc8801e180cf582f0e39775603582e35d50d2'
def install
- system "./configure", "--disable-dependency-tracking", "--prefix=#{prefix}"
+ system "./configure", "--disable-dependency-tracking",
+ "--prefix=#{prefix}"
system "make install"
end
end