From owner-cvs-all@FreeBSD.ORG Mon Jan 10 10:53:13 2011 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AB6FF1065672; Mon, 10 Jan 2011 10:53:13 +0000 (UTC) (envelope-from rea@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 827C18FC13; Mon, 10 Jan 2011 10:53:13 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p0AArDUb002884; Mon, 10 Jan 2011 10:53:13 GMT (envelope-from rea@repoman.freebsd.org) Received: (from rea@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p0AArDbG002883; Mon, 10 Jan 2011 10:53:13 GMT (envelope-from rea) Message-Id: <201101101053.p0AArDbG002883@repoman.freebsd.org> From: Eygene Ryabinkin Date: Mon, 10 Jan 2011 10:53:13 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/mail/exim Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Jan 2011 10:53:13 -0000 rea 2011-01-10 10:53:13 UTC FreeBSD ports repository Modified files: mail/exim Makefile Log: mail/exim: fix variable substitution There was an extra '=' sign at the sed substitution pattern that affected users of make-only options TRUSTED_CONFIG_LIST and WHITELIST_D_MACROS: Exim binary won't build if any of these options is set. Spotted by: tdb Pointyhat to: rea Approved by: erwin (mentor) Revision Changes Path 1.256 +2 -2 ports/mail/exim/Makefile