Do not remove mailwrapper(8) in case WITHOUT_SENDMAIL is used

It is required for other tools in base and/or ports like dma(8) or any MTA
available in ports. It is also build and installed anyway even if world is built
WITHOUT_SENDMAIL
This commit is contained in:
Baptiste Daroussin 2015-06-18 05:54:04 +00:00
parent 5f98711d51
commit 15953005d1
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=284537

View File

@ -5102,9 +5102,7 @@ OLD_FILES+=usr/share/misc/mail.tildehelp
.if ${MK_MAILWRAPPER} == no
OLD_FILES+=etc/mail/mailer.conf
.if ${MK_SENDMAIL} == no
OLD_FILES+=usr/sbin/mailwrapper
.endif
OLD_FILES+=usr/share/man/man8/mailwrapper.8.gz
.endif