diff options
| author | Adam Vandenberg | 2013-01-27 20:54:40 -0800 |
|---|---|---|
| committer | Adam Vandenberg | 2013-01-28 21:40:08 -0800 |
| commit | 0e2a245bdb9f0ce3840f368e09d19a89f40a0102 (patch) | |
| tree | 80bd86638d796b3f9950415952268c8c917d7c54 | |
| parent | 2baa658619c9f0d2d89e4947049642dffa485fdb (diff) | |
| download | homebrew-0e2a245bdb9f0ce3840f368e09d19a89f40a0102.tar.bz2 | |
ircii: style nits
| -rw-r--r-- | Library/Formula/ircii.rb | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Library/Formula/ircii.rb b/Library/Formula/ircii.rb index f921cfc7e..92c1bc0d1 100644 --- a/Library/Formula/ircii.rb +++ b/Library/Formula/ircii.rb @@ -1,15 +1,15 @@ require 'formula' class Ircii < Formula - url 'http://ftp.netbsd.org/pub/pkgsrc/distfiles/ircii-20111115.tar.bz2' homepage 'http://www.eterna.com.au/ircii/' + url 'http://ftp.netbsd.org/pub/pkgsrc/distfiles/ircii-20111115.tar.bz2' sha1 '723f89ca6c0ef0085da858076865e6493fbe9788' def install - system "./configure", "--prefix=#{prefix}", - "--mandir=#{man}", - "--disable-debug", + system "./configure", "--disable-debug", "--disable-dependency-tracking", + "--prefix=#{prefix}", + "--mandir=#{man}", "--with-default-server=irc.freenode.net", "--enable-ipv6" system "make" |
