From owner-svn-ports-head@FreeBSD.ORG Thu Jul 24 17:13:57 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E34FF805; Thu, 24 Jul 2014 17:13:57 +0000 (UTC) Received: from smtprelay04.ispgateway.de (smtprelay04.ispgateway.de [80.67.31.31]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9F9C9266D; Thu, 24 Jul 2014 17:13:57 +0000 (UTC) Received: from [80.67.16.112] (helo=webmailfront02.ispgateway.de) by smtprelay04.ispgateway.de with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.68) (envelope-from ) id 1XAMZz-0000i9-Ul; Thu, 24 Jul 2014 19:13:19 +0200 Received: from a89-182-45-183.net-htp.de (a89-182-45-183.net-htp.de [89.182.45.183]) by webmail.df.eu (Horde Framework) with HTTP; Thu, 24 Jul 2014 19:13:19 +0200 Date: Thu, 24 Jul 2014 19:13:19 +0200 Message-ID: <20140724191319.Horde.2pOmv1BGUsn3LpJkQ4EPhQ1@webmail.df.eu> From: Marcus von Appen To: Sofian Brabez Subject: Re: svn commit: r362772 - in head/devel: . py-colorlog References: <201407240932.s6O9WjEe028990@svn.freebsd.org> <20140724155705.Horde.R0ccepheGn08mElrGTLytQ1@webmail.df.eu> <20140724142540.GA26619@FreeBSD.org> <20140724164505.GA50194@ogoshi.int.nbs-system.com> In-Reply-To: <20140724164505.GA50194@ogoshi.int.nbs-system.com> Reply-to: mva@freebsd.org User-Agent: Internet Messaging Program (IMP) H5 (6.0.4) Content-Type: text/plain; charset=UTF-8; format=flowed; DelSp=Yes MIME-Version: 1.0 Content-Disposition: inline X-Df-Sender: ZnJlZWJzZEBzeXNmYXVsdC5vcmc= Cc: svn-ports-head@freebsd.org, Alexey Dokuchaev , svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Jul 2014 17:13:58 -0000 Quoting Sofian Brabez : > On Thu, Jul 24, 2014 at 02:25:40PM +0000, Alexey Dokuchaev wrote: >> On Thu, Jul 24, 2014 at 03:57:05PM +0200, Marcus von Appen wrote: >> > Alexey Dokuchaev : >> > >+USE_PYTHON= yes >> > >+USE_PYDISTUTILS= yes >> > >+PYDISTUTILS_AUTOPLIST= yes >> > >+ >> > >+DOCSDIR= ${PREFIX}/share/doc/${PYTHON_PKGNAMEPREFIX}${PORTNAME} >> > > > Also I suggest you to use something like below: > > DOCSDIR= ${PREFIX}/share/doc/${PKGNAMEPREFIX:C/...$//}-${PORTNAME} > > To respect and have only a directory for the document directory, > otherwise you > will end with ${LOCALBASE}share/py2X-portname and > ${LOCALBASE}/share/doc/py3x-portname on the file system. Which you do not want, if you plan to install packages for both versions at the same time (afaik supported by pkg soon). Cheers Marcus