aboutsummaryrefslogtreecommitdiff
path: root/databases/py-tarantool
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2020-01-29 19:14:09 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2020-01-29 19:14:09 +0000
commit8604a9cdfee9cd35b83c1601710c16864f0129bf (patch)
tree3c2575803d7cf723419290fa327a4548e75448fb /databases/py-tarantool
parent7fcba69c796db89206509fafd1cd71347f0e8df4 (diff)
Notes
Diffstat (limited to 'databases/py-tarantool')
-rw-r--r--databases/py-tarantool/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/databases/py-tarantool/Makefile b/databases/py-tarantool/Makefile
index d8471b5db824..8af53371cefe 100644
--- a/databases/py-tarantool/Makefile
+++ b/databases/py-tarantool/Makefile
@@ -18,9 +18,8 @@ USES= python
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
-REINPLACE_ARGS= -i ''
post-patch:
- @${REINPLACE_CMD} -e 's|msgpack-python|msgpack|' ${WRKSRC}/setup.py ${WRKSRC}/tarantool.egg-info/requires.txt
+ @${REINPLACE_CMD} -e 's|msgpack-python|msgpack|' ${WRKSRC}/setup.py
.include <bsd.port.mk>