From owner-svn-ports-all@FreeBSD.ORG Sat Jan 25 11:08:13 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id CF85ADF8; Sat, 25 Jan 2014 11:08:13 +0000 (UTC) Received: from ravenloft.kiev.ua (ravenloft.kiev.ua [94.244.131.95]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 8B21816F3; Sat, 25 Jan 2014 11:08:13 +0000 (UTC) Date: Sat, 25 Jan 2014 13:08:10 +0200 From: Alex Kozlov To: Mathieu Arnold Subject: Re: svn commit: r340995 - head/devel/commit-patch Message-ID: <20140125110810.GA63035@ravenloft.kiev.ua> References: <201401250840.s0P8eUJt005006@svn.freebsd.org> <00B400AE6B3A2A5A87E8CF1F@atuin.in.mat.cc> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <00B400AE6B3A2A5A87E8CF1F@atuin.in.mat.cc> Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 25 Jan 2014 11:08:13 -0000 On Sat, Jan 25, 2014 at 10:40:11AM +0100, Mathieu Arnold wrote: > Hi, > > +--On 25 janvier 2014 08:40:30 +0000 Alex Kozlov 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