Author: ngie
Date: Sat Nov 29 22:26:35 2014
New Revision: 275270
URL: https://svnweb.freebsd.org/changeset/base/275270
Log:
etc/mail actually applies to MK_SENDMAIL, not MK_MAIL
Modified:
head/etc/Makefile
Modified: head/etc/Makefile
==============================================================================
--- head/etc/Makefile Sat Nov 29 21:23:07 2014 (r275269)
+++ head/etc/Makefile Sat Nov 29 22:26:35 2014 (r275270)
@@ -292,7 +292,7 @@ distribution:
cd ${.CURDIR}/ppp; ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 600 \
${PPPCNF} ${DESTDIR}/etc/ppp
.endif
-.if ${MK_MAIL} != "no"
+.if ${MK_SENDMAIL} != "no"
cd ${.CURDIR}/mail; ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 644 \
${ETCMAIL} ${DESTDIR}/etc/mail
if [ -d ${DESTDIR}/etc/mail -a -f ${DESTDIR}/etc/mail/aliases -a \
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "[email protected]"