From owner-svn-ports-all@FreeBSD.ORG Fri Nov 22 12:36:30 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 1033) id 1A7B9C02; Fri, 22 Nov 2013 12:36:30 +0000 (UTC) Date: Fri, 22 Nov 2013 12:36:30 +0000 From: Alexey Dokuchaev To: Mathieu Arnold Subject: Re: svn commit: r334573 - head/devel/raknet Message-ID: <20131122123630.GA12380@FreeBSD.org> References: <201311221131.rAMBVEeU056491@svn.freebsd.org> <4A32B27D1E6D98F73F717130@atuin.in.mat.cc> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4A32B27D1E6D98F73F717130@atuin.in.mat.cc> User-Agent: Mutt/1.5.22 (2013-10-16) Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, Ganael LAPLANCHE , ports-committers@freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.16 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, 22 Nov 2013 12:36:30 -0000 On Fri, Nov 22, 2013 at 12:34:05PM +0100, Mathieu Arnold wrote: > +--On 22 novembre 2013 11:31:14 +0000 Ganael LAPLANCHE > wrote: > | + (cd ${WRKSRC}/Source/ && ${COPYTREE_SHARE} \*.h > ${STAGEDIR}${PREFIX}/include/raknet) | + (cd ${WRKSRC}/Help/ && > ${COPYTREE_SHARE} \* ${STAGEDIR}${DOCSDIR}/Help) > > You can also get rid of the parenthesis, as each line is ran in its own > shell, they don't do anything except maybe fork yet another shell :-) And replace \* in second case with . (dot). :) ./danfe