freebsd-ports/mail/mixmaster/files/patch-Mix-Src-mix.c
Carlo Strub b9a640d15d - Update to 3.0.2d
- Support staging
- Many minor fixes
2014-06-12 19:41:00 +00:00

11 lines
408 B
C

--- Mix/Src/mix.c.orig 2014-06-01 23:05:54.000000000 +0200
+++ Mix/Src/mix.c 2014-06-01 23:06:14.000000000 +0200
@@ -430,7 +430,7 @@
#ifdef WIN32
strnncpy(SENDMAIL , "outfile");
#else /* end of WIN32 */
- strnncpy(SENDMAIL , "/usr/lib/sendmail -t");
+ strnncpy(SENDMAIL , "/usr/sbin/sendmail -t");
#endif /* else if not WIN32 */
strnncpy(SENDANONMAIL , "");
strnncpy(NEWS , "");