aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/pwsafe.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/pwsafe.rb b/Library/Formula/pwsafe.rb
index bd252fb05..02d70fcf4 100644
--- a/Library/Formula/pwsafe.rb
+++ b/Library/Formula/pwsafe.rb
@@ -8,7 +8,7 @@ class Pwsafe <Formula
depends_on 'readline'
def install
- system "./configure", "--prefix=#{prefix}", "--disable-debug", "--disable-dependency-tracking"
+ system "./configure", "--prefix=#{prefix}", "--disable-debug", "--disable-dependency-tracking", "--mandir=#{man}"
system "make install"
end
end