svn commit: r322459 - head/textproc/py-pystache

Grzegorz Blach gblach at FreeBSD.org
Sun Jul 7 21:41:02 UTC 2013


Author: gblach
Date: Sun Jul  7 21:41:02 2013
New Revision: 322459
URL: http://svnweb.freebsd.org/changeset/ports/322459

Log:
  - Include devel/py-virtualenv/files/py3k-fix-pkg-plist.inc
    if PYTHON_REL >= 320
  
  Approved by:	crees, tabthorpe (mentors, implicit)

Modified:
  head/textproc/py-pystache/Makefile

Modified: head/textproc/py-pystache/Makefile
==============================================================================
--- head/textproc/py-pystache/Makefile	Sun Jul  7 19:57:31 2013	(r322458)
+++ head/textproc/py-pystache/Makefile	Sun Jul  7 21:41:02 2013	(r322459)
@@ -16,4 +16,10 @@ LICENSE=	MIT
 USE_PYTHON=	yes
 USE_PYDISTUTILS=easy_install
 
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.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