diff options
author | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2006-07-10 22:04:32 +0000 |
---|---|---|
committer | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2006-07-10 22:04:32 +0000 |
commit | 0c25fde6e73614a7d2dd793cd71e2cb379839061 (patch) | |
tree | 05bcc0f958d7413285afc2069611a02a2444149c /mail/mmr/files/patch-outgoing.cpp | |
parent | TruthTable is a truth table generator that does the dirty work for you. (diff) |
Update to version 1.6.0
PR: ports/100034
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
Notes
Notes:
svn path=/head/; revision=167408
Diffstat (limited to 'mail/mmr/files/patch-outgoing.cpp')
-rw-r--r-- | mail/mmr/files/patch-outgoing.cpp | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/mail/mmr/files/patch-outgoing.cpp b/mail/mmr/files/patch-outgoing.cpp new file mode 100644 index 000000000000..b369232bb6bf --- /dev/null +++ b/mail/mmr/files/patch-outgoing.cpp @@ -0,0 +1,12 @@ +--- outgoing.cpp.orig Mon Jan 23 17:55:34 2006 ++++ outgoing.cpp Mon Jul 10 01:14:23 2006 +@@ -16,7 +16,9 @@ + #include "tempfile.h" + #include "outgoing.h" + ++#ifndef MAILER + #define MAILER "/usr/lib/sendmail -t" ++#endif + #define EDITOR "vi +%d" + #define SIGFILE ".signature" + |