svn commit: r502853 - head/devel/py-geotypes

Tobias Kortkamp tobik at FreeBSD.org
Tue May 28 05:51:04 UTC 2019


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


More information about the svn-ports-all mailing list