Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 10 Nov 2013 18:56:03 +0000 (UTC)
From:      Ruslan Makhmatkhanov <rm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r333424 - head/devel/py-six
Message-ID:  <201311101856.rAAIu3TT092741@svn.freebsd.org>

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



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