aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2022-06-29 08:16:55 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2022-06-29 08:17:56 +0000
commite414727990fd198c92d79eaa49b4bc3f1c66f38a (patch)
tree0139e19a314bc5000beb51e58805330b60c68a28
parentc976fa797d6f6cefedfda9e575cf6ab3f6f300d7 (diff)
downloadports-e414727990fd198c92d79eaa49b4bc3f1c66f38a.tar.gz
ports-e414727990fd198c92d79eaa49b4bc3f1c66f38a.zip
-rw-r--r--science/py-asap3/Makefile2
1 files changed, 1 insertions, 1 deletions
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>