From owner-svn-ports-all@FreeBSD.ORG Sat Jan 25 09:40:17 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 79CADE1; Sat, 25 Jan 2014 09:40:17 +0000 (UTC) Received: from prod2.absolight.net (mx3.absolight.net [IPv6:2a01:678:2:100::25]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 3E3D11FF5; Sat, 25 Jan 2014 09:40:17 +0000 (UTC) Received: from prod2.absolight.net (localhost [127.0.0.1]) by prod2.absolight.net (Postfix) with ESMTP id DAA3FBDC64; Sat, 25 Jan 2014 10:40:15 +0100 (CET) Received: from atuin.in.mat.cc (atuin.in.mat.cc [79.143.241.205]) by prod2.absolight.net (Postfix) with ESMTPA id B92C3BDC24; Sat, 25 Jan 2014 10:40:15 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by atuin.in.mat.cc (Postfix) with ESMTP id E9ACFCCF6BFC; Sat, 25 Jan 2014 10:40:13 +0100 (CET) Date: Sat, 25 Jan 2014 10:40:11 +0100 From: Mathieu Arnold To: Alex Kozlov , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r340995 - head/devel/commit-patch Message-ID: <00B400AE6B3A2A5A87E8CF1F@atuin.in.mat.cc> In-Reply-To: <201401250840.s0P8eUJt005006@svn.freebsd.org> References: <201401250840.s0P8eUJt005006@svn.freebsd.org> X-Mailer: Mulberry/4.0.8 (Mac OS X) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Disposition: inline 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 09:40:17 -0000 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. Regards, -- Mathieu Arnold