aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/wordnet.rb
diff options
context:
space:
mode:
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