diff options
| -rw-r--r-- | devel/hgreviewboard/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/devel/hgreviewboard/Makefile b/devel/hgreviewboard/Makefile index d7623ce08f3b..f3fa4b0c7c9d 100644 --- a/devel/hgreviewboard/Makefile +++ b/devel/hgreviewboard/Makefile @@ -2,6 +2,7 @@ PORTNAME= hgreviewboard PORTVERSION= 1.0 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= https://bitbucket.org/ccaughie/hgreviewboard/get/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -21,6 +22,10 @@ USE_PYTHON= yes NO_BUILD= yes +post-patch: + ${SED} -i '' -e 's/import simplejson/import json as simplejson/' \ + ${WRKSRC}/reviewboard.py + do-install: ${MKDIR} ${STAGEDIR}${PYTHON_SITELIBDIR}/reviewboard ${INSTALL_DATA} ${WRKSRC}/__init__.py \ |
