diff options
| author | Adam Vandenberg | 2013-01-28 21:00:36 -0800 |
|---|---|---|
| committer | Adam Vandenberg | 2013-01-28 21:40:27 -0800 |
| commit | 3c68098711ee53aee39967c69b5999276af7d7c8 (patch) | |
| tree | f15ffbe16609b86613e832b40e4ae4c8175e7463 | |
| parent | 0a0bf73734893170c44d5f3fd0dca02f8b435c77 (diff) | |
| download | homebrew-3c68098711ee53aee39967c69b5999276af7d7c8.tar.bz2 | |
orpie: style nits
| -rw-r--r-- | Library/Formula/orpie.rb | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/Library/Formula/orpie.rb b/Library/Formula/orpie.rb index 06959c0fb..a4fc3be06 100644 --- a/Library/Formula/orpie.rb +++ b/Library/Formula/orpie.rb @@ -1,8 +1,8 @@ require 'formula' class Orpie < Formula - url 'http://pessimization.com/software/orpie/orpie-1.5.1.tar.gz' homepage 'http://pessimization.com/software/orpie/' + url 'http://pessimization.com/software/orpie/orpie-1.5.1.tar.gz' sha1 '4e4887d8abcf015a5b423a2d1164ace95ab2d5c1' depends_on 'gsl' @@ -15,7 +15,9 @@ class Orpie < Formula # This mechanism still works if /usr/bin/false doesn't exist, # although the build output will be uglier in that scenario. system "./configure", "--disable-debug", "--disable-dependency-tracking", - "--prefix=#{prefix}", "--mandir=#{man}", "OCAMLOPT=/usr/bin/false" + "--prefix=#{prefix}", + "--mandir=#{man}", + "OCAMLOPT=/usr/bin/false" system "make" system "make install" end |
