1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-09 06:51:44 +00:00

Remove unnecessary requires.txt patch

This commit is contained in:
Sunpoet Po-Chuan Hsieh 2020-01-29 19:14:09 +00:00
parent 7fcba69c79
commit 8604a9cdfe
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=524573

View File

@ -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>