git: d15f0e60444d - main - textproc/py-jq: package properly with py <= 3.7

Matthias Andree mandree at FreeBSD.org
Fri Jun 4 21:52:35 UTC 2021


The branch main has been updated by mandree:

URL: https://cgit.FreeBSD.org/ports/commit/?id=d15f0e60444d2e0f5eb527e9a5965b977f0c38d1

commit d15f0e60444d2e0f5eb527e9a5965b977f0c38d1
Author:     Matthias Andree <mandree at FreeBSD.org>
AuthorDate: 2021-06-04 21:45:15 +0000
Commit:     Matthias Andree <mandree at 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>


More information about the dev-commits-ports-main mailing list