aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorAdam Vandenberg2009-11-20 22:58:15 -0800
committerMax Howell2009-12-12 16:24:18 +0000
commitfbd1d2ac6b2f6f06de9345434bba6d48b59ba590 (patch)
tree469da3303c7415bcccf274eb494157eb1da37e35 /Library/Formula
parentc7d8cccb6a1c2730dfd331f6810873a08aa56211 (diff)
downloadhomebrew-fbd1d2ac6b2f6f06de9345434bba6d48b59ba590.tar.bz2
Reformat Cscope.
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/cscope.rb8
1 files changed, 4 insertions, 4 deletions
diff --git a/Library/Formula/cscope.rb b/Library/Formula/cscope.rb
index 0ff41596b..07e7885e0 100644
--- a/Library/Formula/cscope.rb
+++ b/Library/Formula/cscope.rb
@@ -1,9 +1,9 @@
require 'formula'
class Cscope <Formula
- @url='http://downloads.sourceforge.net/sourceforge/cscope/cscope-15.7a.tar.bz2'
- @homepage='http://cscope.sourceforge.net/'
- @md5='da43987622ace8c36bbf14c15a350ec1'
+ url 'http://downloads.sourceforge.net/sourceforge/cscope/cscope-15.7a.tar.bz2'
+ homepage 'http://cscope.sourceforge.net/'
+ md5 'da43987622ace8c36bbf14c15a350ec1'
def patches
# Patch from http://bugs.gentoo.org/show_bug.cgi?ctype=html&id=111621
@@ -12,7 +12,7 @@ class Cscope <Formula
def install
system "./configure", "--prefix=#{prefix}",
- "--mandir='#{man}'"
+ "--mandir=#{man}"
system "make install"
end
end