svn commit: r334573 - head/devel/raknet

Alexey Dokuchaev danfe at FreeBSD.org
Fri Nov 22 12:36:30 UTC 2013


On Fri, Nov 22, 2013 at 12:34:05PM +0100, Mathieu Arnold wrote:
> +--On 22 novembre 2013 11:31:14 +0000 Ganael LAPLANCHE
> <martymac at 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


More information about the svn-ports-all mailing list