diff options
| author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2020-01-29 19:14:09 +0000 |
|---|---|---|
| committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2020-01-29 19:14:09 +0000 |
| commit | 8604a9cdfee9cd35b83c1601710c16864f0129bf (patch) | |
| tree | 3c2575803d7cf723419290fa327a4548e75448fb /databases/py-tarantool | |
| parent | 7fcba69c796db89206509fafd1cd71347f0e8df4 (diff) | |
Notes
Diffstat (limited to 'databases/py-tarantool')
| -rw-r--r-- | databases/py-tarantool/Makefile | 3 |
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> |
