uudeview: style nit-picks

master
Adam Vandenberg 2012-03-10 17:07:50 -08:00
parent 701c2c3eb8
commit 3f9c09f93c
1 changed files with 3 additions and 1 deletions

View File

@ -6,7 +6,9 @@ class Uudeview < Formula
md5 '0161abaec3658095044601eae82bbc5b'
def install
system "./configure", "--prefix=#{prefix}", "--mandir=#{man}","--disable-tcl"
system "./configure", "--prefix=#{prefix}",
"--mandir=#{man}",
"--disable-tcl"
system "make install"
end