Date: Wed, 8 Feb 2023 07:54:21 GMT From: Emmanuel Vadot <manu@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: 431b9b6692f5 - main - pkgbase: Put sendmail example in the sendmail package Message-ID: <202302080754.3187sLRP038190@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by manu: URL: https://cgit.FreeBSD.org/src/commit/?id=431b9b6692f543968dad2eca14420cf72ebb78e8 commit 431b9b6692f543968dad2eca14420cf72ebb78e8 Author: Emmanuel Vadot <manu@FreeBSD.org> AuthorDate: 2023-01-31 15:15:11 +0000 Commit: Emmanuel Vadot <manu@FreeBSD.org> 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"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202302080754.3187sLRP038190>