aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Library/Formula/ctags.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/ctags.rb b/Library/Formula/ctags.rb
index dea689412..2952debff 100644
--- a/Library/Formula/ctags.rb
+++ b/Library/Formula/ctags.rb
@@ -10,7 +10,7 @@ class Ctags <Formula
def install
system "./configure", "--prefix=#{prefix}",
"--enable-macro-patterns",
- "--mandir='#{man}'",
+ "--mandir=#{man}",
"--with-readlib"
system "make install"
end