aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/xpdf.rb6
1 files changed, 4 insertions, 2 deletions
diff --git a/Library/Formula/xpdf.rb b/Library/Formula/xpdf.rb
index 950875b37..20613f30f 100644
--- a/Library/Formula/xpdf.rb
+++ b/Library/Formula/xpdf.rb
@@ -15,8 +15,10 @@ class Xpdf <Formula
end
def install
- system "./configure", "--prefix=#{prefix}", "--disable-debug", "--disable-dependency-tracking"
+ system "./configure", "--disable-debug", "--disable-dependency-tracking",
+ "--prefix=#{prefix}",
+ "--mandir=#{man}"
system "make"
system "make install"
end
-end \ No newline at end of file
+end