aboutsummaryrefslogtreecommitdiffstats
path: root/japanese/py-mecab
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2015-09-08 23:12:52 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2015-09-08 23:12:52 +0800
commit3e3763fe1538cef9566f1a1131feba9d9b5dacaa (patch)
treea27a57af9c2a67c772c92a709503f32a075c5f90 /japanese/py-mecab
parente1d540da262852cd1baec24a90b6d4ce21c58091 (diff)
downloadfreebsd-ports-gnome-3e3763fe1538cef9566f1a1131feba9d9b5dacaa.tar.gz
freebsd-ports-gnome-3e3763fe1538cef9566f1a1131feba9d9b5dacaa.tar.zst
freebsd-ports-gnome-3e3763fe1538cef9566f1a1131feba9d9b5dacaa.zip
- Fix PYDISTUTILS_EGGINFO, this time properly
Approved by: portmgr blanket
Diffstat (limited to 'japanese/py-mecab')
-rw-r--r--japanese/py-mecab/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/japanese/py-mecab/Makefile b/japanese/py-mecab/Makefile
index 26f53619b1e5..300409971149 100644
--- a/japanese/py-mecab/Makefile
+++ b/japanese/py-mecab/Makefile
@@ -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}"|' \