The branch stable/13 has been updated by manu: URL: https://cgit.FreeBSD.org/src/commit/?id=45b6969c67b5e9970c12bb7bf076bdc87335150c
commit 45b6969c67b5e9970c12bb7bf076bdc87335150c Author: Emmanuel Vadot <[email protected]> AuthorDate: 2021-06-19 15:50:11 +0000 Commit: Emmanuel Vadot <[email protected]> CommitDate: 2021-06-30 07:24:33 +0000 pkgbase: Put the last sendmail files in the sendmail package Differential Revision: https://reviews.freebsd.org/D30757 Sponsored by: Diablotin Systems --- etc/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/etc/Makefile b/etc/Makefile index 8ca259b10a17..104e40b6e345 100644 --- a/etc/Makefile +++ b/etc/Makefile @@ -76,10 +76,10 @@ distribution: .if ${MK_MAIL} != "no" cd ${.CURDIR}/mail; ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 644 \ - -T "package=runtime" ${ETCMAIL} ${DESTDIR}/etc/mail + -T "package=sendmail" ${ETCMAIL} ${DESTDIR}/etc/mail if [ -d ${DESTDIR}/etc/mail -a -f ${DESTDIR}/etc/mail/aliases -a \ ! -f ${DESTDIR}/etc/aliases ]; then \ - ${INSTALL_SYMLINK} -T "package=runtime" \ + ${INSTALL_SYMLINK} -T "package=sendmail" \ mail/aliases ${DESTDIR}/etc/aliases; \ fi .endif _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/dev-commits-src-all To unsubscribe, send any mail to "[email protected]"
