t1utils: style nits

This commit is contained in:
Adam Vandenberg 2013-01-27 19:11:19 -08:00
parent e7d56f4637
commit d41c903a3d

View file

@ -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