Date: Sat, 28 Jun 2014 20:36:01 +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: r359716 - head/www/py-py-restclient Message-ID: <201406282036.s5SKa1nA062036@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: miwi Date: Sat Jun 28 20:36:01 2014 New Revision: 359716 URL: http://svnweb.freebsd.org/changeset/ports/359716 QAT: https://qat.redports.org/buildarchive/r359716/ Log: - Add a workaround to fix conflicts with tests/__init__.py Reported by: antoine Modified: head/www/py-py-restclient/Makefile Modified: head/www/py-py-restclient/Makefile ============================================================================== --- head/www/py-py-restclient/Makefile Sat Jun 28 20:35:26 2014 (r359715) +++ head/www/py-py-restclient/Makefile Sat Jun 28 20:36:01 2014 (r359716) @@ -17,4 +17,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?201406282036.s5SKa1nA062036>