[Midnightbsd-cvs] mports [20329] trunk/devel/py-xdg/Makefile: fix python xdg port build

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sun Sep 27 18:42:50 EDT 2015


Revision: 20329
          http://svnweb.midnightbsd.org/mports/?rev=20329
Author:   laffer1
Date:     2015-09-27 18:42:49 -0400 (Sun, 27 Sep 2015)
Log Message:
-----------
fix python xdg port build

Modified Paths:
--------------
    trunk/devel/py-xdg/Makefile

Modified: trunk/devel/py-xdg/Makefile
===================================================================
--- trunk/devel/py-xdg/Makefile	2015-09-27 22:41:43 UTC (rev 20328)
+++ trunk/devel/py-xdg/Makefile	2015-09-27 22:42:49 UTC (rev 20329)
@@ -2,6 +2,7 @@
 
 PORTNAME=	xdg
 PORTVERSION=	0.25
+PORTREVISION=	1
 CATEGORIES=	devel python
 MASTER_SITES=	http://people.freedesktop.org/~takluyver/
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -13,8 +14,7 @@
 LICENSE=	lgpl
 
 USES=		python:2
-USE_PYDISTUTILS=yes
-PYDISTUTILS_AUTOPLIST=	yes
+USE_PYTHON=	distutils autoplist
 
 post-patch:
 	@${REINPLACE_CMD} -e \



More information about the Midnightbsd-cvs mailing list