From 93008fd2c1edab7b7019debc414f151fdfb34577 Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Tue, 28 Feb 2012 18:06:01 -0600 Subject: gdbm: remove stale inreplace Signed-off-by: Jack Nagel --- Library/Formula/gdbm.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Library/Formula') 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 -- cgit v1.2.3