From owner-svn-ports-head@FreeBSD.ORG Fri Aug 10 09:04:47 2012 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx2.freebsd.org (mx2.freebsd.org [IPv6:2001:4f8:fff6::35]) by hub.freebsd.org (Postfix) with ESMTP id CB5461065676; Fri, 10 Aug 2012 09:04:47 +0000 (UTC) (envelope-from dougb@FreeBSD.org) Received: from [127.0.0.1] (hub.freebsd.org [IPv6:2001:4f8:fff6::36]) by mx2.freebsd.org (Postfix) with ESMTP id 6F2AA14DA09; Fri, 10 Aug 2012 09:04:40 +0000 (UTC) Message-ID: <5024CEA8.3010204@FreeBSD.org> Date: Fri, 10 Aug 2012 02:04:40 -0700 From: Doug Barton Organization: http://www.FreeBSD.org/ User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:14.0) Gecko/20120714 Thunderbird/14.0 MIME-Version: 1.0 To: Olivier Duchateau References: <201208091913.q79JDv5H042811@svn.freebsd.org> In-Reply-To: <201208091913.q79JDv5H042811@svn.freebsd.org> X-Enigmail-Version: 1.4.3 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: svn-ports-head@freebsd.org, rene@FreeBSD.org, svn-ports-all@freebsd.org, miwi@FreeBSD.org, ports-committers@freebsd.org Subject: Re: svn commit: r302350 - head/x11/libxfce4menu X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 10 Aug 2012 09:04:47 -0000 On 08/09/2012 12:13 PM, Olivier Duchateau wrote: > > +.if empty(PORT_OPTIONS:MNLS) > +post-patch: > + @${REINPLACE_CMD} -e 's|docs \\|docs|| ; \ > + s|po||' ${WRKSRC}/Makefile.in > +.endif > + This one was also broken, albeit differently. Fixed in r302380. FWIW, traditionally the targets have been outside the conditionals, which is what I did here to be consistent. Doug