From 97daedbd02cc5a744c63cfa092185bb1e6eb7b52 Mon Sep 17 00:00:00 2001 From: Lee Hanxue Date: Wed, 25 Sep 2013 21:16:46 +0800 Subject: exim: fix makefile path to /tmp Closes #22812. Closes #22817. Signed-off-by: Adam Vandenberg --- Library/Formula/exim.rb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Library/Formula') 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" -- cgit v1.2.3