diff options
| author | Adam Vandenberg | 2013-01-28 21:02:06 -0800 |
|---|---|---|
| committer | Adam Vandenberg | 2013-01-28 21:40:28 -0800 |
| commit | 1ddbc05972ba6f6758c85c02771a3afce7636def (patch) | |
| tree | 51b329cc9ee43d1dd269758033ac9072fdd1c596 /Library/Formula | |
| parent | 075a5214ff129171198df04d9d79f73703eb4053 (diff) | |
| download | homebrew-1ddbc05972ba6f6758c85c02771a3afce7636def.tar.bz2 | |
pbc: style nits
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/pbc.rb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Library/Formula/pbc.rb b/Library/Formula/pbc.rb index 070b4832d..2aba295c9 100644 --- a/Library/Formula/pbc.rb +++ b/Library/Formula/pbc.rb @@ -1,8 +1,8 @@ require 'formula' class Pbc < Formula - url 'http://crypto.stanford.edu/pbc/files/pbc-0.5.12.tar.gz' homepage 'http://crypto.stanford.edu/pbc/' + url 'http://crypto.stanford.edu/pbc/files/pbc-0.5.12.tar.gz' sha1 '6fc0815a3e7766958365df4495247049d1bf968c' depends_on 'gmp' @@ -13,7 +13,8 @@ class Pbc < Formula end def install - system "./configure", "--prefix=#{prefix}", "--disable-dependency-tracking" + system "./configure", "--disable-dependency-tracking", + "--prefix=#{prefix}" system "make install" end end |
