git: 87ce03462a53 - main - textproc/py-qrcode: Add NO_ARCH
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 16 Apr 2022 04:25:17 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=87ce03462a5359155af838ac0cfae3b531f79c21 commit 87ce03462a5359155af838ac0cfae3b531f79c21 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2022-04-16 04:15:09 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2022-04-16 04:19:51 +0000 textproc/py-qrcode: Add NO_ARCH Approved by: portmgr (blanket) --- textproc/py-qrcode/Makefile | 2 ++ 1 file changed, 2 insertions(+) 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