diff options
author | sheldonh <sheldonh@FreeBSD.org> | 2001-06-15 21:16:38 +0800 |
---|---|---|
committer | sheldonh <sheldonh@FreeBSD.org> | 2001-06-15 21:16:38 +0800 |
commit | 1fba487051ebf7e3e56d33ae8962a26bd3df1d82 (patch) | |
tree | bab88ab162b44e602fa69ea2b9d5e6aadb906074 /mail/exim-old | |
parent | f129ba0fc2a6608b88b323945df8f8dadc61db2f (diff) | |
download | freebsd-ports-gnome-1fba487051ebf7e3e56d33ae8962a26bd3df1d82.tar.gz freebsd-ports-gnome-1fba487051ebf7e3e56d33ae8962a26bd3df1d82.tar.zst freebsd-ports-gnome-1fba487051ebf7e3e56d33ae8962a26bd3df1d82.zip |
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-old')
-rw-r--r-- | mail/exim-old/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mail/exim-old/Makefile b/mail/exim-old/Makefile index 7052d853ce18..f53178474ea5 100644 --- a/mail/exim-old/Makefile +++ b/mail/exim-old/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} |