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

Ruslan Makhmatkhanov cvs-src at yandex.ru
Fri Jan 24 09:16:04 UTC 2014


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.

-- 
Regards,
Ruslan

T.O.S. Of Reality


More information about the svn-ports-all mailing list