From 8b441790467ef9630f7bbc5ceef1b93ed7622667 Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Sun, 27 Jan 2013 21:24:13 -0800 Subject: rzip: style nits --- Library/Formula/rzip.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Library') diff --git a/Library/Formula/rzip.rb b/Library/Formula/rzip.rb index 93c82c196..ae06c62d8 100644 --- a/Library/Formula/rzip.rb +++ b/Library/Formula/rzip.rb @@ -1,13 +1,13 @@ require 'formula' class Rzip < Formula - url 'http://rzip.samba.org/ftp/rzip/rzip-2.1.tar.gz' homepage 'http://rzip.samba.org/' + url 'http://rzip.samba.org/ftp/rzip/rzip-2.1.tar.gz' sha1 'efeafc7a5bdd7daa0cea8d797ff21aa28bdfc8d9' def install system "./configure", "--disable-debug", "--disable-dependency-tracking", - "--prefix=#{prefix}", "--mandir=#{man}" + "--prefix=#{prefix}" # --mandir doesn't seem to do anything, so we need to modify the # Makefile ourselves -- cgit v1.2.3