Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 22 Nov 2013 12:36:30 +0000
From:      Alexey Dokuchaev <danfe@FreeBSD.org>
To:        Mathieu Arnold <mat@mat.cc>
Cc:        svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, Ganael LAPLANCHE <martymac@FreeBSD.org>, ports-committers@freebsd.org
Subject:   Re: svn commit: r334573 - head/devel/raknet
Message-ID:  <20131122123630.GA12380@FreeBSD.org>
In-Reply-To: <4A32B27D1E6D98F73F717130@atuin.in.mat.cc>
References:  <201311221131.rAMBVEeU056491@svn.freebsd.org> <4A32B27D1E6D98F73F717130@atuin.in.mat.cc>

next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, Nov 22, 2013 at 12:34:05PM +0100, Mathieu Arnold wrote:
> +--On 22 novembre 2013 11:31:14 +0000 Ganael LAPLANCHE
> <martymac@FreeBSD.org> 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20131122123630.GA12380>