1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00

- Fix PYDISTUTILS_EGGINFO, this time properly

Approved by:	portmgr blanket
This commit is contained in:
Dmitry Marakasov 2015-09-08 15:12:52 +00:00
parent f6c89efb8a
commit 685dda4c45
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=396389

View File

@ -19,7 +19,7 @@ LIB_DEPENDS= libmecab.so:${PORTSDIR}/japanese/mecab
USES= python
USE_PYTHON= distutils
PYDISTUTILS_EGGINFO= ${PORTNAME}_python-${PORTVERSION}.post1-${PYTHON_VERSION:S/thon//}.egg-info
PYDISTUTILS_EGGINFO= ${PORTNAME}_python-${PORTVERSION}.post2-py${PYTHON_VER}.egg-info
pre-patch:
@${REINPLACE_CMD} -e 's|cmd1("mecab-config --version")|"${PKGVERSION}"|' \