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

Ruslan Makhmatkhanov rm at FreeBSD.org
Fri Sep 20 08:41:10 UTC 2013


Author: rm
Date: Fri Sep 20 08:41:09 2013
New Revision: 327669
URL: http://svnweb.freebsd.org/changeset/ports/327669

Log:
  - fix packing list with python3

Modified:
  head/devel/py-six/Makefile

Modified: head/devel/py-six/Makefile
==============================================================================
--- head/devel/py-six/Makefile	Fri Sep 20 08:22:45 2013	(r327668)
+++ head/devel/py-six/Makefile	Fri Sep 20 08:41:09 2013	(r327669)
@@ -19,4 +19,11 @@ PLIST_FILES=	%%PYTHON_SITELIBDIR%%/six.p
 		%%PYTHON_SITELIBDIR%%/six.pyc \
 		%%PYTHON_SITELIBDIR%%/six.pyo
 
-.include <bsd.port.mk>
+.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>


More information about the svn-ports-all mailing list