math/py-mnnpy: Fix build with python-3.11

PR:		275494
Approved by:	portmgr(blanket, fix build)
This commit is contained in:
Wen Heping 2024-02-16 12:48:24 +00:00
parent e697ba3dbe
commit d7e926c709
1 changed files with 1 additions and 1 deletions

View File

@ -31,6 +31,6 @@ post-patch:
.endif
post-install:
@${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/mnnpy/_utils.cpython-39.so
@${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/mnnpy/_utils.cpython-${PYTHON_SUFFIX}.so
.include <bsd.port.mk>