diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2018-04-25 21:01:41 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2018-04-25 21:01:41 +0000 |
commit | 84aaf3b1cbd9a429dba5b0fa8e01901c7c476bbb (patch) | |
tree | 4c3bb3c196b23ad8755be78675089ff5dd1c4807 /security/zeronet | |
parent | d90a2413e9975a58da7c71dbe34b6b63413157e9 (diff) |
Notes
Diffstat (limited to 'security/zeronet')
-rw-r--r-- | security/zeronet/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/security/zeronet/Makefile b/security/zeronet/Makefile index 2749182b8360..764e6f8d1498 100644 --- a/security/zeronet/Makefile +++ b/security/zeronet/Makefile @@ -38,6 +38,9 @@ DEBUG_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}werkzeug>0:www/py-werkzeug@${PY_FLAVOR USER= nobody GROUP= nobody +post-patch: + @${REINPLACE_CMD} -e 's|msgpack-python|msgpack|' ${WRKSRC}/requirements.txt + do-build: @(cd ${WRKSRC} && \ ${PYTHON_CMD} ${PYTHON_LIBDIR}/compileall.py \ |