rzip: style nits
This commit is contained in:
parent
953dd2eaa5
commit
83ac870173
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue