Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 28 Jun 2014 20:58:56 +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: r359720 - head/devel/py-python-statsd
Message-ID:  <201406282058.s5SKwue9071793@svn.freebsd.org>

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

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

Modified:
  head/devel/py-python-statsd/Makefile

Modified: head/devel/py-python-statsd/Makefile
==============================================================================
--- head/devel/py-python-statsd/Makefile	Sat Jun 28 20:58:24 2014	(r359719)
+++ head/devel/py-python-statsd/Makefile	Sat Jun 28 20:58:56 2014	(r359720)
@@ -15,4 +15,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?201406282058.s5SKwue9071793>