aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmmanuel Vadot <manu@FreeBSD.org>2023-01-31 15:15:11 +0000
committerEmmanuel Vadot <manu@FreeBSD.org>2023-02-08 07:50:31 +0000
commit431b9b6692f543968dad2eca14420cf72ebb78e8 (patch)
tree0406a5367896d5a2cdf44fdd222c7055191b9257
parent0b8a2c744ca41e035eb85244419ab9c9a0a1983c (diff)
downloadsrc-431b9b6692f543968dad2eca14420cf72ebb78e8.tar.gz
src-431b9b6692f543968dad2eca14420cf72ebb78e8.zip
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
-rw-r--r--usr.sbin/mailwrapper/Makefile1
1 files changed, 1 insertions, 0 deletions
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"