svn commit: r340881 - head/devel/py-pyro

Mathieu Arnold mat at FreeBSD.org
Fri Jan 24 09:21:01 UTC 2014


+--On 24 janvier 2014 13:15:54 +0400 Ruslan Makhmatkhanov
<cvs-src at yandex.ru> wrote:
| Ruslan Makhmatkhanov wrote on 24.01.2014 13:14:
|> Mathieu Arnold wrote on 24.01.2014 13:04:
|>> +--On 24 janvier 2014 09:00:35 +0000 Ruslan Makhmatkhanov
|>> <rm at 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
| 
| Not DOCSDIR but rather usr/local/share/docs.

It's supposed to be share/doc, not share/docs :-)

-- 
Mathieu Arnold


More information about the svn-ports-all mailing list