diff options
| author | Adam Vandenberg | 2013-01-27 22:06:14 -0800 |
|---|---|---|
| committer | Adam Vandenberg | 2013-01-28 21:40:21 -0800 |
| commit | 53ca53ed1710bcbeeb8e2391cdabdde413a28e1e (patch) | |
| tree | e407908214e5fa3136f998a1052b673e1d7ff85c /Library/Formula | |
| parent | febe874dc1206e36ab4942240539d08795ff52e9 (diff) | |
| download | homebrew-53ca53ed1710bcbeeb8e2391cdabdde413a28e1e.tar.bz2 | |
rlwrap: style nits
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/rlwrap.rb | 5 |
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 |
