aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorAdam Vandenberg2013-01-27 19:11:19 -0800
committerAdam Vandenberg2013-01-28 21:40:01 -0800
commit71afa455238c4f1ff91f4548470ae0f535a8be77 (patch)
treedf575f3cbc1e89d3c023bec69d1ee0778376c4a4 /Library/Formula
parent1dc5a23930d1cce438caa3efc4d6b47bd140cddb (diff)
downloadhomebrew-71afa455238c4f1ff91f4548470ae0f535a8be77.tar.bz2
t1utils: style nits
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/t1utils.rb5
1 files changed, 3 insertions, 2 deletions
diff --git a/Library/Formula/t1utils.rb b/Library/Formula/t1utils.rb
index b11010601..a64b30d6f 100644
--- a/Library/Formula/t1utils.rb
+++ b/Library/Formula/t1utils.rb
@@ -1,12 +1,13 @@
require 'formula'
class T1utils < Formula
- url 'http://www.lcdf.org/type/t1utils-1.37.tar.gz'
homepage 'http://www.lcdf.org/type/'
+ url 'http://www.lcdf.org/type/t1utils-1.37.tar.gz'
sha256 '42bdce77aaf12b33ca6d193e01a2d2c0012f755435a6d25921f94733ee61cec3'
def install
- system "./configure", "--prefix=#{prefix}", "--disable-dependency-tracking"
+ system "./configure", "--disable-dependency-tracking",
+ "--prefix=#{prefix}"
system "make install"
end