From owner-svn-ports-head@FreeBSD.ORG Thu Jul 24 16:45:12 2014 Return-Path: Delivered-To: svn-ports-head@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 90D14EB3; Thu, 24 Jul 2014 16:45:12 +0000 (UTC) Received: from mail-wi0-x231.google.com (mail-wi0-x231.google.com [IPv6:2a00:1450:400c:c05::231]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 87CDC239D; Thu, 24 Jul 2014 16:45:11 +0000 (UTC) Received: by mail-wi0-f177.google.com with SMTP id ho1so4361676wib.4 for ; Thu, 24 Jul 2014 09:45:09 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; bh=r0N0b1PoZlx95bCZbl3zhu1cP1i6w3NCRUykZiFw4PA=; b=cki5ibXhHP0QLmB3x1/q3zxwLktSDT4EPxOJ0lbjRJvJ89b/Ls+C4zr7bIR2XEkAsJ qn7To0KQHHfrhluhOL2iHg9Vu4S1fjD/8El7axqOYfpH9LDfTucKr9kGqBZcWgcz2V70 x3Pk8quhhL08MxoxDDkL0WGceYwkrixyIOudk5265qXD6nxjouNNOmtNdqrdPQ0fBBAA P/1CmSxYJ1WKQKfNvODcW1S+0YXBG0hx73087VfYdbqNLvB4w5V/RB3tEfOE4y7tmNlX L9XxxNMTTXeOX1kK5836suZ8v7Yz0DofJLeltRDZoVTXH/kuj7DfTv7Q63dCJianyEoe IQBA== X-Received: by 10.180.97.129 with SMTP id ea1mr14218308wib.71.1406220309434; Thu, 24 Jul 2014 09:45:09 -0700 (PDT) Received: from ogoshi.int.nbs-system.com (0xd0.org. [188.165.222.46]) by mx.google.com with ESMTPSA id f6sm17264083wja.25.2014.07.24.09.45.07 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 24 Jul 2014 09:45:08 -0700 (PDT) Sender: Sofian Brabez Date: Thu, 24 Jul 2014 18:45:05 +0200 From: Sofian Brabez To: Alexey Dokuchaev Subject: Re: svn commit: r362772 - in head/devel: . py-colorlog Message-ID: <20140724164505.GA50194@ogoshi.int.nbs-system.com> References: <201407240932.s6O9WjEe028990@svn.freebsd.org> <20140724155705.Horde.R0ccepheGn08mElrGTLytQ1@webmail.df.eu> <20140724142540.GA26619@FreeBSD.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="17pEHd4RhPHOinZp" Content-Disposition: inline In-Reply-To: <20140724142540.GA26619@FreeBSD.org> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, Marcus von Appen , 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 16:45:12 -0000 --17pEHd4RhPHOinZp Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable 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=3D yes > > >+USE_PYDISTUTILS=3D yes > > >+PYDISTUTILS_AUTOPLIST=3D yes > > >+ > > >+DOCSDIR=3D ${PREFIX}/share/doc/${PYTHON_PKGNAMEPREFIX}${PORTNAME} > >=20 Also I suggest you to use something like below: DOCSDIR=3D ${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. In case, it's installed with both 2.X and 3.X version of Python, generally = the documents remains the same. I used this substition to remove the characters -X.Y recently in r362646 [1] Regards [1] https://svnweb.freebsd.org/ports/head/devel/py-usb/Makefile?annotate=3D= 362646&pathrev=3D362646#l23 -- Sofian Brabez --17pEHd4RhPHOinZp Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.21 (FreeBSD) iEYEARECAAYFAlPROBEACgkQc2NR9CSH5X7YxgCfWGXVpEkiEij/R1bWk2BmbazF ES8AoNe48AQmQgy5edVp9dQmwjQMXtKi =0spN -----END PGP SIGNATURE----- --17pEHd4RhPHOinZp--