aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorMark Felder <feld@FreeBSD.org>2016-11-03 08:40:58 +0800
committerMark Felder <feld@FreeBSD.org>2016-11-03 08:40:58 +0800
commitc5aa7e4ecccaa99e12f311ddb343b14edd939fcc (patch)
tree284e385577af32d167e335a5db68fc14a3694f43 /devel
parent10f827ff0050943c5651d184d1a56e80bac2f111 (diff)
downloadfreebsd-ports-gnome-c5aa7e4ecccaa99e12f311ddb343b14edd939fcc.tar.gz
freebsd-ports-gnome-c5aa7e4ecccaa99e12f311ddb343b14edd939fcc.tar.zst
freebsd-ports-gnome-c5aa7e4ecccaa99e12f311ddb343b14edd939fcc.zip
devel/py-pystorm: Fix plist conflict
%%PYTHON_SITELIBDIR%%/test/__init__.py is a common conflict.
Diffstat (limited to 'devel')
-rw-r--r--devel/py-pystorm/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/devel/py-pystorm/Makefile b/devel/py-pystorm/Makefile
index c09d0da514d3..d83a3dda7664 100644
--- a/devel/py-pystorm/Makefile
+++ b/devel/py-pystorm/Makefile
@@ -3,6 +3,7 @@
PORTNAME= pystorm
PORTVERSION= 3.0.3
+PORTREVISION= 1
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -21,4 +22,7 @@ RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}msgpack-python>0:devel/py-msgpack-python
NO_ARCH= yes
+post-patch:
+ ${RM} ${WRKSRC}/test/__init__.py
+
.include <bsd.port.mk>