Date: Fri, 20 Sep 2013 08:41:10 +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: r327669 - head/devel/py-six Message-ID: <201309200841.r8K8fAfd002640@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309200841.r8K8fAfd002640>