diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2022-04-16 04:15:09 +0000 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2022-04-16 04:19:51 +0000 |
commit | 87ce03462a5359155af838ac0cfae3b531f79c21 (patch) | |
tree | 497cebac440c63fd8dae2c3cd7cb608bddcbc6ae | |
parent | 922f8e95a100bd257f275ebaad0664266effe74b (diff) | |
download | ports-87ce03462a5359155af838ac0cfae3b531f79c21.tar.gz ports-87ce03462a5359155af838ac0cfae3b531f79c21.zip |
-rw-r--r-- | textproc/py-qrcode/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/textproc/py-qrcode/Makefile b/textproc/py-qrcode/Makefile index 635bd1230106..6d4d614d3306 100644 --- a/textproc/py-qrcode/Makefile +++ b/textproc/py-qrcode/Makefile @@ -17,6 +17,8 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>=1.8:devel/py-six@${PY_FLAVOR} \ USES= python:3.6+ USE_PYTHON= autoplist concurrent distutils +NO_ARCH= yes + post-patch: ${REINPLACE_CMD} -e 's|share/\(man/man1\)|\1|' ${WRKSRC}/setup.py |