Date: Fri, 4 Jun 2021 21:52:35 GMT From: Matthias Andree <mandree@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: d15f0e60444d - main - textproc/py-jq: package properly with py <= 3.7 Message-ID: <202106042152.154LqZT0024327@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by mandree: URL: https://cgit.FreeBSD.org/ports/commit/?id=d15f0e60444d2e0f5eb527e9a5965b977f0c38d1 commit d15f0e60444d2e0f5eb527e9a5965b977f0c38d1 Author: Matthias Andree <mandree@FreeBSD.org> AuthorDate: 2021-06-04 21:45:15 +0000 Commit: Matthias Andree <mandree@FreeBSD.org> CommitDate: 2021-06-04 21:50:58 +0000 textproc/py-jq: package properly with py <= 3.7 Reported by: kai@ PR: 256085 --- textproc/py-jq/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/textproc/py-jq/Makefile b/textproc/py-jq/Makefile index 45372fc5db5f..8fb4f53df061 100644 --- a/textproc/py-jq/Makefile +++ b/textproc/py-jq/Makefile @@ -20,6 +20,6 @@ USES= localbase python:3.4+ USE_PYTHON= autoplist distutils post-install: - ${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/jq.*.so + ${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/jq*.so .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202106042152.154LqZT0024327>