diff options
| author | Adam Vandenberg | 2013-01-27 21:24:13 -0800 |
|---|---|---|
| committer | Adam Vandenberg | 2013-01-28 21:40:12 -0800 |
| commit | 8b441790467ef9630f7bbc5ceef1b93ed7622667 (patch) | |
| tree | 44213e486016a1068b3ab272dd96489c118299c0 | |
| parent | 9acbe14b2034fa98a0f2d8587781981da6146212 (diff) | |
| download | homebrew-8b441790467ef9630f7bbc5ceef1b93ed7622667.tar.bz2 | |
rzip: style nits
| -rw-r--r-- | Library/Formula/rzip.rb | 4 |
1 files changed, 2 insertions, 2 deletions
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 |
