diff options
Diffstat (limited to 'devel/py-tortoisehg')
-rw-r--r-- | devel/py-tortoisehg/Makefile | 6 | ||||
-rw-r--r-- | devel/py-tortoisehg/PLIST | 5 |
2 files changed, 6 insertions, 5 deletions
diff --git a/devel/py-tortoisehg/Makefile b/devel/py-tortoisehg/Makefile index 136f8c0de52..d3b13270a34 100644 --- a/devel/py-tortoisehg/Makefile +++ b/devel/py-tortoisehg/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.39 2016/11/07 11:27:13 wiz Exp $ +# $NetBSD: Makefile,v 1.40 2016/11/08 08:19:37 wiz Exp $ DISTNAME= tortoisehg-4.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} +PKGREVISION= 1 CATEGORIES= devel python MASTER_SITES= http://bitbucket.org/tortoisehg/targz/downloads/ @@ -29,6 +30,9 @@ SUBST_SED.df= -e 's:thg_logo:${PREFIX}${thg_icon}:1' pre-build: ${RUN} cd ${WRKSRC}/doc && ${MAKE_PROGRAM} SPHINXBUILD=sphinx-build${PYVERSSUFFIX} html ${RUN} rm ${WRKSRC}/doc/build/html/.buildinfo + # conflicts with mercurial + # https://bitbucket.org/tortoisehg/thg/issues/4629/tortoisehg-file-name-conflict-with + ${RM} ${WRKSRC}/hgext3rd/__init__.py .include "../../lang/python/application.mk" .include "../../lang/python/distutils.mk" diff --git a/devel/py-tortoisehg/PLIST b/devel/py-tortoisehg/PLIST index bfbd5b62e21..92ac9e0d0c0 100644 --- a/devel/py-tortoisehg/PLIST +++ b/devel/py-tortoisehg/PLIST @@ -1,9 +1,6 @@ -@comment $NetBSD: PLIST,v 1.12 2016/11/07 11:27:13 wiz Exp $ +@comment $NetBSD: PLIST,v 1.13 2016/11/08 08:19:37 wiz Exp $ bin/thg ${PYSITELIB}/${EGG_FILE} -${PYSITELIB}/hgext3rd/__init__.py -${PYSITELIB}/hgext3rd/__init__.pyc -${PYSITELIB}/hgext3rd/__init__.pyo ${PYSITELIB}/hgext3rd/thg.py ${PYSITELIB}/hgext3rd/thg.pyc ${PYSITELIB}/hgext3rd/thg.pyo |