Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 28 May 2019 05:51:04 +0000 (UTC)
From:      Tobias Kortkamp <tobik@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r502853 - head/devel/py-geotypes
Message-ID:  <201905280551.x4S5p4jF097147@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tobik
Date: Tue May 28 05:51:03 2019
New Revision: 502853
URL: https://svnweb.freebsd.org/changeset/ports/502853

Log:
  devel/py-geotypes: Do not set PYTHON_PKGNAMEPREFIX
  
  It is overwritten by USES=python later anyway.

Modified:
  head/devel/py-geotypes/Makefile

Modified: head/devel/py-geotypes/Makefile
==============================================================================
--- head/devel/py-geotypes/Makefile	Tue May 28 05:27:06 2019	(r502852)
+++ head/devel/py-geotypes/Makefile	Tue May 28 05:51:03 2019	(r502853)
@@ -14,7 +14,6 @@ LICENSE=	LGPL21
 
 USES=			python:2.7
 USE_PYTHON=		distutils
-PYTHON_PKGNAMEPREFIX=	yes
 PYDISTUTILS_EGGINFO=	GeoTypes-0.7.0-py${PYTHON_VER}.egg-info
 USE_GITHUB=	yes
 GH_ACCOUNT=	hippysurfer



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201905280551.x4S5p4jF097147>