diff options
author | obache <obache> | 2011-10-25 08:36:20 +0000 |
---|---|---|
committer | obache <obache> | 2011-10-25 08:36:20 +0000 |
commit | 0e626d60d10bef5cd3c5a76702e71ef1cd3457eb (patch) | |
tree | f51d5ed6998990548935b969a9fab3716a0870a1 | |
parent | 2c844a71fe66741c5449917b79005658037b97e8 (diff) | |
download | pkgsrc-0e626d60d10bef5cd3c5a76702e71ef1cd3457eb.tar.gz |
register egg-info.
Bump PKGREVISION.
-rw-r--r-- | textproc/py-mecab/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/textproc/py-mecab/Makefile b/textproc/py-mecab/Makefile index 9b81313c9db..8d591e1ec02 100644 --- a/textproc/py-mecab/Makefile +++ b/textproc/py-mecab/Makefile @@ -1,10 +1,11 @@ -# $NetBSD: Makefile,v 1.4 2009/10/14 08:22:35 obache Exp $ +# $NetBSD: Makefile,v 1.5 2011/10/25 08:36:20 obache Exp $ # .include "../../textproc/mecab/Makefile.common" DISTNAME= mecab-python-${MECAB_VERSION} PKGNAME= ${PYPKGPREFIX}-mecab-${MECAB_VERSION} +PKGREVISION= 1 CATEGORIES+= python COMMENT= MeCab python module @@ -14,7 +15,7 @@ PKG_DESTDIR_SUPPORT= user-destdir USE_LANGUAGES= c c++ -PYDISTUTILSPKG= yes +EGG_NAME= ${DISTNAME:S/-/_/} TEST_ENV+= PYTHONPATH=${WRKSRC:Q}/build/lib.${LOWER_OPSYS}-${OS_VERSION}-${MACHINE_ARCH}-${PYVERSSUFFIX} @@ -26,5 +27,5 @@ do-test: BUILDLINK_API_DEPENDS.mecab+= mecab>=${MECAB_VERSION} .include "../../textproc/mecab/buildlink3.mk" -.include "../../lang/python/extension.mk" +.include "../../lang/python/distutils.mk" .include "../../mk/bsd.pkg.mk" |