diff options
author | sheldonh <sheldonh@FreeBSD.org> | 2001-06-15 13:16:38 +0000 |
---|---|---|
committer | sheldonh <sheldonh@FreeBSD.org> | 2001-06-15 13:16:38 +0000 |
commit | 1fba487051ebf7e3e56d33ae8962a26bd3df1d82 (patch) | |
tree | bab88ab162b44e602fa69ea2b9d5e6aadb906074 /mail/exim | |
parent | f129ba0fc2a6608b88b323945df8f8dadc61db2f (diff) | |
download | FreeBSD-ports-1fba487051ebf7e3e56d33ae8962a26bd3df1d82.zip FreeBSD-ports-1fba487051ebf7e3e56d33ae8962a26bd3df1d82.tar.gz |
Exim is a drop-in replacement for sendmail. FreeBSD ships with
mailwrapper, which facilitates drop-in replacements for sendmail.
Retire the exim.sh that was installed into ${PREFIX}/etc/rc.d/ to
start Exim, in favour of the mailwrapper approach.
Diffstat (limited to 'mail/exim')
-rw-r--r-- | mail/exim/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mail/exim/Makefile b/mail/exim/Makefile index 7052d85..f531784 100644 --- a/mail/exim/Makefile +++ b/mail/exim/Makefile @@ -179,7 +179,6 @@ pre-install: @PKG_PREFIX="${PREFIX}" ${SH} ${PKGINSTALL} ${PKGNAME} PRE-INSTALL post-install: - ${INSTALL_SCRIPT} ${FILESDIR}/exim.sh ${PREFIX}/etc/rc.d @${CAT} ${PKGMESSAGE} |