svn commit: r370612 - head/devel/py-xcaplib

Antoine Brodin antoine at FreeBSD.org
Fri Oct 10 22:27:37 UTC 2014


Author: antoine
Date: Fri Oct 10 22:27:36 2014
New Revision: 370612
URL: https://svnweb.freebsd.org/changeset/ports/370612
QAT: https://qat.redports.org/buildarchive/r370612/

Log:
  Remove plist redundant with autoplist

Deleted:
  head/devel/py-xcaplib/pkg-plist
Modified:
  head/devel/py-xcaplib/Makefile

Modified: head/devel/py-xcaplib/Makefile
==============================================================================
--- head/devel/py-xcaplib/Makefile	Fri Oct 10 22:07:40 2014	(r370611)
+++ head/devel/py-xcaplib/Makefile	Fri Oct 10 22:27:36 2014	(r370612)
@@ -19,8 +19,7 @@ BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}tw
 
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
-USE_PYTHON=	yes
-USE_PYDISTUTILS=yes
-PYDISTUTILS_AUTOPLIST=	yes
+USES=		python
+USE_PYTHON=	distutils autoplist
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list