summaryrefslogtreecommitdiff
path: root/net-im/py-libturpial
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2014-06-28 20:58:24 +0000
committerMartin Wilke <miwi@FreeBSD.org>2014-06-28 20:58:24 +0000
commit754a9a033c14dcdb0316f14fb411b7ac6368ada0 (patch)
tree928cec66ca1221a144b4dd73653213ee683a8969 /net-im/py-libturpial
parentAllow to build with texinfo from ports (diff)
- Add a workaround to fix conflicts with tests/__init__.py
Reported by: antoinebot
Notes
Notes: svn path=/head/; revision=359719
Diffstat (limited to 'net-im/py-libturpial')
-rw-r--r--net-im/py-libturpial/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/net-im/py-libturpial/Makefile b/net-im/py-libturpial/Makefile
index 4cafba965c9b..1c9905d211ff 100644
--- a/net-im/py-libturpial/Makefile
+++ b/net-im/py-libturpial/Makefile
@@ -14,11 +14,14 @@ COMMENT= Twitter API
LICENSE= GPLv3
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}simplejson>=3.4.0:${PORTSDIR}/devel/py-simplejson \
- ${PYTHON_PKGNAMEPREFIX}oauth>=1.0.1:${PORTSDIR}/net/py-oauth \
- ${PYTHON_PKGNAMEPREFIX}requests>=2.2.0:${PORTSDIR}/www/py-requests
+ ${PYTHON_PKGNAMEPREFIX}oauth>=1.0.1:${PORTSDIR}/net/py-oauth \
+ ${PYTHON_PKGNAMEPREFIX}requests>=2.2.0:${PORTSDIR}/www/py-requests
USE_PYTHON= 2
USE_PYDISTUTILS= yes
PYDISTUTILS_AUTOPLIST= yes
+post-extract:
+ ${RM} -r ${WRKSRC}/tests
+
.include <bsd.port.mk>