diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-09-01 21:25:59 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-09-01 21:25:59 +0000 |
commit | 8003ba152f15aa82aaadd76fcd6b669cc0cc9981 (patch) | |
tree | 7842527232644d8f0fc76639a38e9596a910d381 /mail/majordomo/files/patch-bd | |
parent | Convert to USES=libtool and add INSTALL_TARGET=install-strip (diff) |
Remove non staged ports without pending PR from ma*
Notes
Notes:
svn path=/head/; revision=366959
Diffstat (limited to 'mail/majordomo/files/patch-bd')
-rw-r--r-- | mail/majordomo/files/patch-bd | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/mail/majordomo/files/patch-bd b/mail/majordomo/files/patch-bd deleted file mode 100644 index 10f3814797b5..000000000000 --- a/mail/majordomo/files/patch-bd +++ /dev/null @@ -1,11 +0,0 @@ ---- contrib/new-list.orig Tue Dec 10 01:50:45 1996 -+++ contrib/new-list Wed Sep 10 00:57:18 1997 -@@ -41,7 +41,7 @@ - # Define all of the mailer properties: - # It is possible that one or both of $sendmail_command and $bounce_mailer - # are not defined, so we provide reasonable defaults. --$sendmail_command = "/usr/lib/sendmail" -+$sendmail_command = "/usr/sbin/sendmail" - unless defined $sendmail_command; - $bounce_mailer = "$sendmail_command -f\$sender -t" - unless defined $bounce_mailer; |