aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorAdam Vandenberg2012-02-13 21:34:23 -0800
committerAdam Vandenberg2012-02-13 21:53:07 -0800
commitaedcc3f453a11912cdb264668e7fcde5302e4dd5 (patch)
tree369ced84c5c3af221a50e8624fa29cca646a93d6 /Library
parentc27b6e7350c556cebef7e30117ec1dfbdaba016b (diff)
downloadhomebrew-aedcc3f453a11912cdb264668e7fcde5302e4dd5.tar.bz2
icon: style update
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/icon.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/icon.rb b/Library/Formula/icon.rb
index 5e0df0006..c4cf6142c 100644
--- a/Library/Formula/icon.rb
+++ b/Library/Formula/icon.rb
@@ -1,8 +1,8 @@
require 'formula'
class Icon < Formula
- url 'http://www.cs.arizona.edu/icon/ftp/packages/unix/icon-v950src.tgz'
homepage 'http://www.cs.arizona.edu/icon/'
+ url 'http://www.cs.arizona.edu/icon/ftp/packages/unix/icon-v950src.tgz'
md5 '3f9b89bb8f2c0fb3e9c75d1b52fb5690'
version '9.5.0'
@@ -10,8 +10,8 @@ class Icon < Formula
ENV.deparallelize
system 'make', 'Configure', 'name=posix'
system 'make'
- bin.install ['bin/icon', 'bin/icont', 'bin/iconx']
+ bin.install 'bin/icon', 'bin/icont', 'bin/iconx'
doc.install Dir['doc/*']
- man1.install ['man/man1/icon.1', 'man/man1/icont.1']
+ man1.install Dir['man/man1/*.1']
end
end