From owner-svn-ports-all@FreeBSD.ORG Fri Feb 21 12:55:17 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 4C48049A; Fri, 21 Feb 2014 12:55: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 09F671960; Fri, 21 Feb 2014 12:55:17 +0000 (UTC) Received: from prod2.absolight.net (localhost [127.0.0.1]) by prod2.absolight.net (Postfix) with ESMTP id 9582EBDC30; Fri, 21 Feb 2014 13:55:15 +0100 (CET) Received: from gw.in.absolight.net (gw-ecl.in.absolight.net [79.143.241.69]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "gw.in.absolight.net", Issuer "CA Cert Signing Authority" (not verified)) by prod2.absolight.net (Postfix) with ESMTPSA id 72880BDC1D; Fri, 21 Feb 2014 13:55:15 +0100 (CET) Received: from ogg.in.absolight.net (ogg.in.absolight.net [79.143.241.239]) by gw.in.absolight.net (Postfix) with ESMTP id D7F47613F; Fri, 21 Feb 2014 13:55:14 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by ogg.in.absolight.net (Postfix) with ESMTP id 6BC32696CFE5; Fri, 21 Feb 2014 13:55:14 +0100 (CET) Date: Fri, 21 Feb 2014 13:55:14 +0100 From: Mathieu Arnold To: Emanuel Haupt , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r345380 - head/misc/localedata Message-ID: <56814D1A7F64162ACC5A41AB@ogg.in.absolight.net> In-Reply-To: <201402211246.s1LCk7Uf040343@svn.freebsd.org> References: <201402211246.s1LCk7Uf040343@svn.freebsd.org> X-Mailer: Mulberry/4.0.8 (Mac OS X) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable 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: Fri, 21 Feb 2014 12:55:17 -0000 +--On 21 f=C3=A9vrier 2014 12:46:07 +0000 Emanuel Haupt = wrote: | do-install: | - ${MKDIR} ${TARGET_DIR} | - ${PAX} -rw -s,${WRKSRC},, ${WRKSRC}/locale ${TARGET_DIR} | + ${MKDIR} ${STAGEDIR}${TARGET_DIR} | + ${PAX} -rw -s,${WRKSRC},, ${WRKSRC}/locale ${STAGEDIR}${TARGET_DIR} It would have been nice to replace that PAX command by something like: cd ${WRKSRC} && ${COPYTREE_SHARE} locale ${STAGEDIR}${TARGETDIR} --=20 Mathieu Arnold