From owner-svn-ports-all@FreeBSD.ORG Fri Jan 24 09:21:01 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id CED82A18; Fri, 24 Jan 2014 09:21:01 +0000 (UTC) Received: from prod2.absolight.net (mx3.absolight.net [IPv6:2a01:678:2:100::25]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 90A1616E9; Fri, 24 Jan 2014 09:21:01 +0000 (UTC) Received: from prod2.absolight.net (localhost [127.0.0.1]) by prod2.absolight.net (Postfix) with ESMTP id 4133ABDC70; Fri, 24 Jan 2014 10:21:00 +0100 (CET) Received: from atuin.in.mat.cc (atuin.in.mat.cc [79.143.241.205]) by prod2.absolight.net (Postfix) with ESMTPA id 210E6BDC6B; Fri, 24 Jan 2014 10:21:00 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by atuin.in.mat.cc (Postfix) with ESMTP id 68A7FCCE57E3; Fri, 24 Jan 2014 10:20:58 +0100 (CET) Date: Fri, 24 Jan 2014 10:20:56 +0100 From: Mathieu Arnold To: Ruslan Makhmatkhanov , Ruslan Makhmatkhanov , 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: <553E3474F51BC075A4F422A8@atuin.in.mat.cc> In-Reply-To: <52E22F4A.3050100@yandex.ru> References: <201401240900.s0O90Z75040845@svn.freebsd.org> <52E22EE2.3030903@yandex.ru> <52E22F4A.3050100@yandex.ru> X-Mailer: Mulberry/4.0.8 (Mac OS X) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Disposition: inline X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Jan 2014 09:21:01 -0000 +--On 24 janvier 2014 13:15:54 +0400 Ruslan Makhmatkhanov 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 |>> |>> 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