aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorAdam Vandenberg2012-03-10 17:07:50 -0800
committerAdam Vandenberg2012-03-10 17:07:50 -0800
commitaf2fd9363e595fa3d6f104554dab11ad5fa16bc2 (patch)
treeea4f932c7e2423fd38178c6633f6dd5e1047b40b /Library
parent79fbd62ac398a1184384a1efdab6f87d243be506 (diff)
downloadhomebrew-af2fd9363e595fa3d6f104554dab11ad5fa16bc2.tar.bz2
uudeview: style nit-picks
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/uudeview.rb4
1 files changed, 3 insertions, 1 deletions
diff --git a/Library/Formula/uudeview.rb b/Library/Formula/uudeview.rb
index c4dd1cf82..985f16d6f 100644
--- a/Library/Formula/uudeview.rb
+++ b/Library/Formula/uudeview.rb
@@ -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