aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorSam Soffes2010-06-14 18:21:38 -0500
committerAdam Vandenberg2010-06-14 16:49:37 -0700
commit5fb9aa60ef3f40e906265ce5f7cf2c2a8d9f572a (patch)
tree4d6f1b2c53b2b0586e238f3cfcca07e85408cf15 /Library
parent8a229274c9eb4a8c7c439fbcd9b2bf1d5f1115a6 (diff)
downloadhomebrew-5fb9aa60ef3f40e906265ce5f7cf2c2a8d9f572a.tar.bz2
Fixed mandir warning in freetds
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/freetds.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/freetds.rb b/Library/Formula/freetds.rb
index a77d40ca1..6e6033cf3 100644
--- a/Library/Formula/freetds.rb
+++ b/Library/Formula/freetds.rb
@@ -6,7 +6,7 @@ class Freetds < Formula
md5 '3df6b2e83fd420e90f1becbd1162990a'
def install
- system "./configure", "--prefix=#{prefix}", "--with-tdsver=7.0", "--enable-msdblib"
+ system "./configure", "--prefix=#{prefix}", "--with-tdsver=7.0", "--enable-msdblib", "--mandir=#{man}"
system 'make'
system 'make install'
end