diff options
| author | Adam Vandenberg | 2013-01-27 14:08:30 -0800 |
|---|---|---|
| committer | Adam Vandenberg | 2013-01-28 21:39:46 -0800 |
| commit | 7641ae8171ecbe8a9e1c994a4434612654155b5c (patch) | |
| tree | 61d2275b09bf5bc79d399e0fe9677bf9056aed7b /Library/Formula | |
| parent | 86534b61ed629711cb9e97d69693d7db9c0c1947 (diff) | |
| download | homebrew-7641ae8171ecbe8a9e1c994a4434612654155b5c.tar.bz2 | |
dejagnu: style nits
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/deja-gnu.rb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Library/Formula/deja-gnu.rb b/Library/Formula/deja-gnu.rb index 39606e703..8e61ea523 100644 --- a/Library/Formula/deja-gnu.rb +++ b/Library/Formula/deja-gnu.rb @@ -1,16 +1,17 @@ require 'formula' class DejaGnu < Formula + homepage 'http://www.gnu.org/software/dejagnu/' url 'http://ftpmirror.gnu.org/dejagnu/dejagnu-1.5.tar.gz' mirror 'http://ftp.gnu.org/gnu/dejagnu/dejagnu-1.5.tar.gz' - homepage 'http://www.gnu.org/software/dejagnu/' sha1 'bd84c71e0587af0278a9b6a404d6da1b92df66cd' head 'git://git.sv.gnu.org/dejagnu.git' def install ENV.j1 # Or fails on Mac Pro system "./configure", "--disable-debug", "--disable-dependency-tracking", - "--prefix=#{prefix}", "--mandir=#{man}" + "--prefix=#{prefix}", + "--mandir=#{man}" # DejaGnu has no compiled code, so go directly to 'make check' system "make check" system "make install" |
