Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 29 Jun 2022 08:17:58 GMT
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: e414727990fd - main - science/py-asap3: Fix python suffix in shared library name
Message-ID:  <202206290817.25T8HwEA004586@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202206290817.25T8HwEA004586>