aboutsummaryrefslogtreecommitdiff
path: root/security/zeronet
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2018-04-25 21:01:41 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2018-04-25 21:01:41 +0000
commit84aaf3b1cbd9a429dba5b0fa8e01901c7c476bbb (patch)
tree4c3bb3c196b23ad8755be78675089ff5dd1c4807 /security/zeronet
parentd90a2413e9975a58da7c71dbe34b6b63413157e9 (diff)
downloadports-84aaf3b1cbd9a429dba5b0fa8e01901c7c476bbb.tar.gz
ports-84aaf3b1cbd9a429dba5b0fa8e01901c7c476bbb.zip
Notes
Diffstat (limited to 'security/zeronet')
-rw-r--r--security/zeronet/Makefile3
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 \