aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKai Knoblich <kai@FreeBSD.org>2021-04-23 22:17:46 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2021-04-23 22:17:46 +0000
commitd6c515db95343eadeb7a85dec41c9204f193a551 (patch)
tree3b73123a213b98269080f7d4ee61420495105055
parent652342abd3a4a329e908e017b15380d33772f5cf (diff)
downloadports-d6c515db95343eadeb7a85dec41c9204f193a551.tar.gz
ports-d6c515db95343eadeb7a85dec41c9204f193a551.zip
math/py-ecos: Fix build with Python 3.8+
-rw-r--r--math/py-ecos/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/math/py-ecos/Makefile b/math/py-ecos/Makefile
index 231b43ed8f41..798020418392 100644
--- a/math/py-ecos/Makefile
+++ b/math/py-ecos/Makefile
@@ -26,6 +26,6 @@ pre-configure:
@${ECHO} "__version__=\"$(DISTVERSION)\"" > ${WRKSRC}/src/ecos/version.py
post-install:
- @${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/_ecos.so
+ @${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/_ecos*.so
.include <bsd.port.mk>