diff options
| author | Adam Vandenberg | 2013-01-27 13:49:00 -0800 |
|---|---|---|
| committer | Adam Vandenberg | 2013-01-28 21:39:44 -0800 |
| commit | ed139f37ff07c2393056698f29eba53e081166c6 (patch) | |
| tree | a0d011174e0c9f0d983c8c99ea2d37bc97bb64ce /Library | |
| parent | 14774afb25d30823ae68c573cbb47b32963091c7 (diff) | |
| download | homebrew-ed139f37ff07c2393056698f29eba53e081166c6.tar.bz2 | |
cronolog: style nits
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/cronolog.rb | 5 |
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 |
