Date: Fri, 10 Aug 2012 02:04:40 -0700 From: Doug Barton <dougb@FreeBSD.org> To: Olivier Duchateau <olivierd@FreeBSD.org> 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 Message-ID: <5024CEA8.3010204@FreeBSD.org> In-Reply-To: <201208091913.q79JDv5H042811@svn.freebsd.org> References: <201208091913.q79JDv5H042811@svn.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?5024CEA8.3010204>