Date: Fri, 24 Jan 2014 13:14:10 +0400 From: Ruslan Makhmatkhanov <cvs-src@yandex.ru> To: Mathieu Arnold <mat@FreeBSD.org>, Ruslan Makhmatkhanov <rm@FreeBSD.org>, ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r340881 - head/devel/py-pyro Message-ID: <52E22EE2.3030903@yandex.ru> In-Reply-To: <F584403F0D8A7A15A328B103@atuin.in.mat.cc> References: <201401240900.s0O90Z75040845@svn.freebsd.org> <F584403F0D8A7A15A328B103@atuin.in.mat.cc>
next in thread | previous in thread | raw e-mail | index | archive | help
Mathieu Arnold wrote on 24.01.2014 13:04: > +--On 24 janvier 2014 09:00:35 +0000 Ruslan Makhmatkhanov <rm@FreeBSD.org> > wrote: > | + @${MKDIR} ${STAGEDIR}${DOCSDIR} > | + cd ${WRKSRC}/docs && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR} > | + @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} > | + cd ${WRKSRC}/examples && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR} > > You should try to always enclose cd foo && bar lines with parenthesis, like > this : (cd ${WRKSRC}/examples && ${COPYTREE_SHARE} . > ${STAGEDIR}${EXAMPLESDIR}) so that the current directory isn't changed for > the next lines. Just done thanks. Now I have leftover for DOCSDIR, which I hadn't in my local poudriere test. Shoud I add DOCSDIR to PLIST_DIRSTRY or this is something unrelated to the port itself? https://qat.redports.org/~rm@FreeBSD.org/20140124091000-2538-260692/py27-pyro-4.23.log -- Regards, Ruslan T.O.S. Of Reality
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?52E22EE2.3030903>