git: e414727990fd - main - science/py-asap3: Fix python suffix in shared library name
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 29 Jun 2022 08:17:58 UTC
The branch main has been updated by yuri:
URL: https://cgit.FreeBSD.org/ports/commit/?id=e414727990fd198c92d79eaa49b4bc3f1c66f38a
commit e414727990fd198c92d79eaa49b4bc3f1c66f38a
Author: Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2022-06-29 08:16:55 +0000
Commit: Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2022-06-29 08:17:56 +0000
science/py-asap3: Fix python suffix in shared library name
Reported by: fallout
---
science/py-asap3/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/science/py-asap3/Makefile b/science/py-asap3/Makefile
index b8fceab9a29d..76a984a41374 100644
--- a/science/py-asap3/Makefile
+++ b/science/py-asap3/Makefile
@@ -19,6 +19,6 @@ USES= localbase python:3.7+
USE_PYTHON= distutils concurrent autoplist pytest
post-install:
- @${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/_asap.cpython-38.so
+ @${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/_asap.cpython-${PYTHON_SUFFIX}.so
.include <bsd.port.mk>