Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 10 Oct 2014 22:27:37 +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: r370612 - head/devel/py-xcaplib
Message-ID:  <201410102227.s9AMRb6Q038951@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



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