aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/rzip.rb4
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