Date: Sat, 25 Jan 2014 13:08:10 +0200 From: Alex Kozlov <ak@FreeBSD.org> To: Mathieu Arnold <mat@FreeBSD.org> Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org Subject: Re: svn commit: r340995 - head/devel/commit-patch Message-ID: <20140125110810.GA63035@ravenloft.kiev.ua> In-Reply-To: <00B400AE6B3A2A5A87E8CF1F@atuin.in.mat.cc> References: <201401250840.s0P8eUJt005006@svn.freebsd.org> <00B400AE6B3A2A5A87E8CF1F@atuin.in.mat.cc>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, Jan 25, 2014 at 10:40:11AM +0100, Mathieu Arnold wrote: > Hi, > > +--On 25 janvier 2014 08:40:30 +0000 Alex Kozlov <ak@FreeBSD.org> wrote: > | +MAKE_ARGS= BASEDIR="${STAGEDIR}" > | - -e 's/PREFIX=/PREFIX?=/' ${WRKSRC}/Makefile > | + -e 's/PREFIX=/PREFIX?=/' \ > | + -e 's/$$(PREFIX)/$$(BASEDIR)$$(PREFIX)/' \ > | + ${WRKSRC}/Makefile > > There already is a DESTDIR in MAKE_ARGS, it would be better to use it. Fixed. Thank you for suggestion. -- Alex
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20140125110810.GA63035>