diff options
Diffstat (limited to 'math/py-py-find-1st/Makefile')
-rw-r--r-- | math/py-py-find-1st/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/py-py-find-1st/Makefile b/math/py-py-find-1st/Makefile index 7bce3970b398..294efb172aa6 100644 --- a/math/py-py-find-1st/Makefile +++ b/math/py-py-find-1st/Makefile @@ -22,6 +22,6 @@ USE_PYTHON= pep517 autoplist pytest # tests are broken, see https://github.com/r TEST_ENV= ${MAKE_ENV} PYTHONPATH=${STAGEDIR}${PYTHONPREFIX_SITELIBDIR} post-install: - @${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/utils_find_1st/find_1st${PYTHON_EXT_SUFFIX}.so + @${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/utils_find_1st/find_1st${PYTHON_TAG}.so .include <bsd.port.mk> |