git: ed0a582d88f7 - main - pkgbase: Put the last sendmail files in the sendmail package

Emmanuel Vadot manu at FreeBSD.org
Sat Jun 19 15:50:31 UTC 2021


The branch main has been updated by manu:

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

commit ed0a582d88f7cb8deea9b6fbe6dade43911c0dd7
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-19 15:50:11 +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