Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 7 Jul 2013 21:41:02 +0000 (UTC)
From:      Grzegorz Blach <gblach@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r322459 - head/textproc/py-pystache
Message-ID:  <201307072141.r67Lf28T048269@svn.freebsd.org>

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



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