aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/catdoc.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/Library/Formula/catdoc.rb b/Library/Formula/catdoc.rb
index 8ab79af48..91d32f4e3 100644
--- a/Library/Formula/catdoc.rb
+++ b/Library/Formula/catdoc.rb
@@ -6,6 +6,8 @@ class Catdoc <Formula
sha1 '50ce9d7cb24ad6b10a856c9c24183e2b0a11ca04'
def install
+ # catdoc configure says it respects --mandir=, but does not.
+ ENV['man1dir'] = man1
system "./configure --disable-debug --disable-dependency-tracking --prefix=#{prefix}"
# The INSTALL file confuses make on case insensitive filesystems.
system "mv INSTALL INSTALL.txt"