git: 45b6969c67b5 - stable/13 - pkgbase: Put the last sendmail files in the sendmail package

Emmanuel Vadot manu at FreeBSD.org
Wed Jun 30 07:25:07 UTC 2021


The branch stable/13 has been updated by manu:

URL: https://cgit.FreeBSD.org/src/commit/?id=45b6969c67b5e9970c12bb7bf076bdc87335150c

commit 45b6969c67b5e9970c12bb7bf076bdc87335150c
Author:     Emmanuel Vadot <manu at FreeBSD.org>
AuthorDate: 2021-06-19 15:50:11 +0000
Commit:     Emmanuel Vadot <manu at FreeBSD.org>
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


More information about the dev-commits-src-all mailing list