aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/ctags.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/ctags.rb b/Library/Formula/ctags.rb
index 2952debff..243fa15b7 100644
--- a/Library/Formula/ctags.rb
+++ b/Library/Formula/ctags.rb
@@ -1,12 +1,12 @@
require 'formula'
-# TODO keywords for search include 'exuberant'
-
class Ctags <Formula
@url='http://prdownloads.sourceforge.net/ctags/ctags-5.8.tar.gz'
@homepage='http://ctags.sourceforge.net/'
@md5='c00f82ecdcc357434731913e5b48630d'
+ aka 'ctags-exuberant'
+
def install
system "./configure", "--prefix=#{prefix}",
"--enable-macro-patterns",