aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/gdbm.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/gdbm.rb b/Library/Formula/gdbm.rb
index d9ccb916b..fa338e396 100644
--- a/Library/Formula/gdbm.rb
+++ b/Library/Formula/gdbm.rb
@@ -1,16 +1,16 @@
require 'formula'
class Gdbm < Formula
+ homepage 'http://www.gnu.org/software/gdbm/'
url 'http://ftpmirror.gnu.org/gdbm/gdbm-1.10.tar.gz'
mirror 'http://ftp.gnu.org/gnu/gdbm/gdbm-1.10.tar.gz'
- homepage 'http://www.gnu.org/software/gdbm/'
md5 '88770493c2559dc80b561293e39d3570'
def install
system "./configure", "--disable-dependency-tracking",
"--prefix=#{prefix}",
- "--mandir=#{man}", "--infodir=#{info}"
- inreplace "Makefile", "-o $(BINOWN) -g $(BINGRP)", ""
+ "--mandir=#{man}",
+ "--infodir=#{info}"
system "make install"
end
end