aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/exim.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/Library/Formula/exim.rb b/Library/Formula/exim.rb
index 3dfb3f46d..48d52cffc 100644
--- a/Library/Formula/exim.rb
+++ b/Library/Formula/exim.rb
@@ -19,6 +19,8 @@ class Exim < Formula
s.gsub! '/usr/exim/configure', etc/'exim.conf'
s.gsub! '/usr/exim', prefix
s.gsub! '/var/spool/exim', var/'spool/exim'
+ # http://trac.macports.org/ticket/38654
+ s.gsub! 'TMPDIR="/tmp"', 'TMPDIR=/tmp'
s << "SUPPORT_MAILDIR=yes\n" if build.include? 'support-maildir'
s << "AUTH_PLAINTEXT=yes\n"
s << "SUPPORT_TLS=yes\n"