aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/wordnet.rb
diff options
context:
space:
mode:
authorchorn2010-06-22 16:23:32 -0400
committerAdam Vandenberg2010-06-22 13:31:59 -0700
commitbda082300b0391b1564c88320f19e4b482ae84bd (patch)
tree7732f82300c58365ce61afb57bac3a6ce79c52ee /Library/Formula/wordnet.rb
parent75def213452597aae525667536da513ad14ee6ac (diff)
downloadhomebrew-bda082300b0391b1564c88320f19e4b482ae84bd.tar.bz2
Added manpath
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula/wordnet.rb')
-rw-r--r--Library/Formula/wordnet.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/wordnet.rb b/Library/Formula/wordnet.rb
index 8293c1973..610e7b53f 100644
--- a/Library/Formula/wordnet.rb
+++ b/Library/Formula/wordnet.rb
@@ -6,7 +6,7 @@ class Wordnet <Formula
md5 '89b4db7c6840ce69a8e315a3f83d996b'
def install
- system "./configure", "--prefix=#{prefix}", "--disable-debug", "--disable-dependency-tracking"
+ system "./configure", "--prefix=#{prefix}", "--disable-debug", "--disable-dependency-tracking", "--mandir=#{man}"
ENV.deparallelize
system "make install"
end