svn commit: r333424 - head/devel/py-six

Ruslan Makhmatkhanov rm at FreeBSD.org
Sun Nov 10 18:56:03 UTC 2013


Author: rm
Date: Sun Nov 10 18:56:03 2013
New Revision: 333424
URL: http://svnweb.freebsd.org/changeset/ports/333424

Log:
  Cleanup:
  - staging
  - autoplist

Modified:
  head/devel/py-six/Makefile

Modified: head/devel/py-six/Makefile
==============================================================================
--- head/devel/py-six/Makefile	Sun Nov 10 18:40:48 2013	(r333423)
+++ head/devel/py-six/Makefile	Sun Nov 10 18:56:03 2013	(r333424)
@@ -14,18 +14,6 @@ LICENSE=	MIT
 
 USE_PYTHON=	yes
 USE_PYDISTUTILS=yes
+PYDISTUTILS_AUTOPLIST=yes
 
-PLIST_FILES=	%%PYTHON_SITELIBDIR%%/six.py \
-		%%PYTHON_SITELIBDIR%%/six.pyc \
-		%%PYTHON_SITELIBDIR%%/six.pyo
-
-NO_STAGE=	yes
-
-.include <bsd.port.pre.mk>
-
-post-install:
-.if ${PYTHON_REL} >= 320
-.include "${PORTSDIR}/devel/py-virtualenv/files/py3k-fix-pkg-plist.inc"
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>


More information about the svn-ports-head mailing list