Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 25 Aug 2014 06:11:20 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r366033 - head/devel/pythk
Message-ID:  <201408250611.s7P6BK7Y085985@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Mon Aug 25 06:11:20 2014
New Revision: 366033
URL: http://svnweb.freebsd.org/changeset/ports/366033
QAT: https://qat.redports.org/buildarchive/r366033/

Log:
  Remove duplicate plist

Deleted:
  head/devel/pythk/pkg-plist
Modified:
  head/devel/pythk/Makefile

Modified: head/devel/pythk/Makefile
==============================================================================
--- head/devel/pythk/Makefile	Mon Aug 25 06:00:44 2014	(r366032)
+++ head/devel/pythk/Makefile	Mon Aug 25 06:11:20 2014	(r366033)
@@ -13,8 +13,7 @@ COMMENT=	Collection of Python functions
 
 LICENSE=	BSD
 
-USE_PYTHON=	2
-USE_PYDISTUTILS=yes
-PYDISTUTILS_AUTOPLIST=	yes
+USES=		python:2
+USE_PYTHON=	distutils autoplist
 
 .include <bsd.port.mk>



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