aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/rlwrap.rb5
1 files changed, 3 insertions, 2 deletions
diff --git a/Library/Formula/rlwrap.rb b/Library/Formula/rlwrap.rb
index ff85b6245..c5c414589 100644
--- a/Library/Formula/rlwrap.rb
+++ b/Library/Formula/rlwrap.rb
@@ -1,14 +1,15 @@
require 'formula'
class Rlwrap < Formula
+ homepage 'http://utopia.knoware.nl/~hlub/rlwrap/'
url 'http://utopia.knoware.nl/~hlub/rlwrap/rlwrap-0.37.tar.gz'
sha1 'c8fc5e7798a7c618a22583c56fa38d344700cc2f'
- homepage 'http://utopia.knoware.nl/~hlub/rlwrap/'
depends_on 'readline'
def install
- system "./configure", "--prefix=#{prefix}", "--disable-debug", "--disable-dependency-tracking"
+ system "./configure", "--disable-debug", "--disable-dependency-tracking",
+ "--prefix=#{prefix}"
system "make install"
end
end