From 0e2a245bdb9f0ce3840f368e09d19a89f40a0102 Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Sun, 27 Jan 2013 20:54:40 -0800 Subject: ircii: style nits --- Library/Formula/ircii.rb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'Library') 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" -- cgit v1.2.3