aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/cronolog.rb
diff options
context:
space:
mode:
authorAdam Vandenberg2013-01-27 13:49:00 -0800
committerAdam Vandenberg2013-01-28 21:39:44 -0800
commited139f37ff07c2393056698f29eba53e081166c6 (patch)
treea0d011174e0c9f0d983c8c99ea2d37bc97bb64ce /Library/Formula/cronolog.rb
parent14774afb25d30823ae68c573cbb47b32963091c7 (diff)
downloadhomebrew-ed139f37ff07c2393056698f29eba53e081166c6.tar.bz2
cronolog: style nits
Diffstat (limited to 'Library/Formula/cronolog.rb')
-rw-r--r--Library/Formula/cronolog.rb5
1 files changed, 3 insertions, 2 deletions
diff --git a/Library/Formula/cronolog.rb b/Library/Formula/cronolog.rb
index fd8260f25..de310e89b 100644
--- a/Library/Formula/cronolog.rb
+++ b/Library/Formula/cronolog.rb
@@ -1,13 +1,14 @@
require 'formula'
class Cronolog < Formula
- url 'http://cronolog.org/download/cronolog-1.6.2.tar.gz'
homepage 'http://cronolog.org/'
+ url 'http://cronolog.org/download/cronolog-1.6.2.tar.gz'
sha1 '6422b7c5e87241eb31d76809a2e0eea77ae4c64e'
def install
system "./configure", "--disable-debug", "--disable-dependency-tracking",
- "--prefix=#{prefix}", "--mandir=#{man}"
+ "--prefix=#{prefix}",
+ "--mandir=#{man}"
system "make install"
end
end