From owner-svn-ports-all@FreeBSD.ORG Fri Jan 24 09:16:04 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 C38A2400; Fri, 24 Jan 2014 09:16:04 +0000 (UTC) Received: from forward10l.mail.yandex.net (forward10l.mail.yandex.net [IPv6:2a02:6b8:0:1819::a]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 77E3B166D; Fri, 24 Jan 2014 09:16:04 +0000 (UTC) Received: from smtp4h.mail.yandex.net (smtp4h.mail.yandex.net [84.201.186.21]) by forward10l.mail.yandex.net (Yandex) with ESMTP id E9202BA0DFC; Fri, 24 Jan 2014 13:16:01 +0400 (MSK) Received: from smtp4h.mail.yandex.net (localhost [127.0.0.1]) by smtp4h.mail.yandex.net (Yandex) with ESMTP id 358152C311C; Fri, 24 Jan 2014 13:16:01 +0400 (MSK) Received: from unknown (unknown [77.66.224.37]) by smtp4h.mail.yandex.net (nwsmtp/Yandex) with ESMTPSA id WjEDH0JDCb-G0iecils; Fri, 24 Jan 2014 13:16:00 +0400 (using TLSv1 with cipher CAMELLIA256-SHA (256/256 bits)) (Client certificate not present) X-Yandex-Uniq: c5753c42-af88-4fe5-91ce-d5d6bab6272c DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1390554960; bh=1jJjcWkWGsx7hdjTNCT484BZJl3SXWwivHi+7vVYtY8=; h=Message-ID:Date:From:User-Agent:MIME-Version:To:Subject: References:In-Reply-To:Content-Type:Content-Transfer-Encoding; b=Smdk8YMwTLopof3aGEVFPjTJVPB8okl1rPQdCOCoMdRxdti7I9pmsuw5bNuMAd3X7 tGys9OeXhyf2afvTLNfHeiprD1ciZf51LxaqxLyGZR2wuiA4V8u40xAdynTyGfe/i+ wkWD2pwsJUTFAKcFH/pCa8znk1qkjn6A0LHnhWsA= Authentication-Results: smtp4h.mail.yandex.net; dkim=pass header.i=@yandex.ru Message-ID: <52E22F4A.3050100@yandex.ru> Date: Fri, 24 Jan 2014 13:15:54 +0400 From: Ruslan Makhmatkhanov User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:24.0) Gecko/20100101 Thunderbird/24.2.0 MIME-Version: 1.0 To: Mathieu Arnold , 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 References: <201401240900.s0O90Z75040845@svn.freebsd.org> <52E22EE2.3030903@yandex.ru> In-Reply-To: <52E22EE2.3030903@yandex.ru> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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:16:04 -0000 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. -- Regards, Ruslan T.O.S. Of Reality