Date: Sat, 29 Nov 2014 22:26:36 +0000 (UTC) From: Garrett Cooper <ngie@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r275270 - head/etc Message-ID: <201411292226.sATMQaOP048372@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201411292226.sATMQaOP048372>