aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWen Heping <wen@FreeBSD.org>2024-01-21 08:20:02 +0000
committerWen Heping <wen@FreeBSD.org>2024-01-21 08:20:02 +0000
commitc7a1c27ac58259ba50ed6514b7c1ae544143098d (patch)
tree28ab68b3692cf3b05d3d61581b7df6eb87ecc485
parent6cc6af21084d2d0269f5b67c329e1a9f0816ae60 (diff)
devel/py-crc32c: Fix build with python-3.11
PR: 275494 Approved by: portmgr(blanket, fix build)
-rw-r--r--devel/py-crc32c/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/py-crc32c/Makefile b/devel/py-crc32c/Makefile
index 9e8867fc2f04..de2a7a08b277 100644
--- a/devel/py-crc32c/Makefile
+++ b/devel/py-crc32c/Makefile
@@ -18,6 +18,6 @@ USES= python
USE_PYTHON= autoplist distutils
post-install:
- ${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/crc32c.cpython-39.so
+ ${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/crc32c.cpython-${PYTHON_SUFFIX}.so
.include <bsd.port.mk>