Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 28 Jun 2014 20:35:27 +0000 (UTC)
From:      Martin Wilke <miwi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r359715 - head/www/py-poster
Message-ID:  <201406282035.s5SKZRlI061852@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: miwi
Date: Sat Jun 28 20:35:26 2014
New Revision: 359715
URL: http://svnweb.freebsd.org/changeset/ports/359715
QAT: https://qat.redports.org/buildarchive/r359715/

Log:
   - Add a workaround to fix conflicts with tests/__init__.py
  
  Reported by:	antoine

Modified:
  head/www/py-poster/Makefile

Modified: head/www/py-poster/Makefile
==============================================================================
--- head/www/py-poster/Makefile	Sat Jun 28 20:29:43 2014	(r359714)
+++ head/www/py-poster/Makefile	Sat Jun 28 20:35:26 2014	(r359715)
@@ -16,4 +16,7 @@ USE_PYTHON=	yes
 USE_PYDISTUTILS=	yes
 PYDISTUTILS_AUTOPLIST=	yes
 
+post-extract:
+	${RM} -r ${WRKSRC}/tests
+
 .include <bsd.port.mk>



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