The branch main has been updated by manu: URL: https://cgit.FreeBSD.org/src/commit/?id=431b9b6692f543968dad2eca14420cf72ebb78e8
commit 431b9b6692f543968dad2eca14420cf72ebb78e8 Author: Emmanuel Vadot <[email protected]> AuthorDate: 2023-01-31 15:15:11 +0000 Commit: Emmanuel Vadot <[email protected]> CommitDate: 2023-02-08 07:50:31 +0000 pkgbase: Put sendmail example in the sendmail package Reviewed by: bapt Sponsored by: Beckhoff Automation GmbH & Co. KG Differential Revision: https://reviews.freebsd.org/D38297 --- usr.sbin/mailwrapper/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/usr.sbin/mailwrapper/Makefile b/usr.sbin/mailwrapper/Makefile index 0878a2f8c483..95020c3e769f 100644 --- a/usr.sbin/mailwrapper/Makefile +++ b/usr.sbin/mailwrapper/Makefile @@ -30,6 +30,7 @@ SYMLINKS+= ..${BINDIR}/mailwrapper /bin/rmail .if ${MK_SENDMAIL} != "no" FILES= ${SRCTOP}/etc/mail/mailer.conf FILESDIR= ${SHAREDIR}/examples/sendmail +FILESPACKAGE= sendmail .endif .if ${MK_MAILWRAPPER} != "no"
