diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/uudeview.rb | 4 |
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 |
