aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorMax Howell2009-12-05 17:39:20 +0000
committerMax Howell2009-12-05 17:39:20 +0000
commit75260f5e785c951ec1af60febc919a8ee0fdc033 (patch)
tree9b219cae2c873e47f8ec1ae039e87f2bc043826b /Library/Formula
parent91806ad01caad873274d9a5a8ec126e6c38f3ce8 (diff)
downloadhomebrew-75260f5e785c951ec1af60febc919a8ee0fdc033.tar.bz2
Add missing md5 and homepage, install manpages to correct location
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/cmatrix.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/cmatrix.rb b/Library/Formula/cmatrix.rb
index a55eed540..e0777265a 100644
--- a/Library/Formula/cmatrix.rb
+++ b/Library/Formula/cmatrix.rb
@@ -2,11 +2,11 @@ require 'formula'
class Cmatrix <Formula
url 'http://www.asty.org/cmatrix/dist/cmatrix-1.2a.tar.gz'
- homepage ''
- md5 ''
+ homepage 'http://www.asty.org/cmatrix/'
+ md5 'ebfb5733104a258173a9ccf2669968a1'
def install
- system "./configure", "--prefix=#{prefix}"
+ system "./configure", "--prefix=#{prefix}", "--mandir=#{man}"
system "make"
system "make install"
end