diff options
Diffstat (limited to 'devel/py-line-profiler/Makefile')
-rw-r--r-- | devel/py-line-profiler/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/py-line-profiler/Makefile b/devel/py-line-profiler/Makefile index 68e6a134434d..64aa5666a6e2 100644 --- a/devel/py-line-profiler/Makefile +++ b/devel/py-line-profiler/Makefile @@ -27,6 +27,6 @@ USE_PYTHON= autoplist cython3 distutils pytest # 7 tests fail, see https://githu TEST_ENV= ${MAKE_ENV} PYTHONPATH=${STAGEDIR}${PYTHONPREFIX_SITELIBDIR} post-install: - @${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/line_profiler/_line_profiler${PYTHON_EXT_SUFFIX}.so + @${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/line_profiler/_line_profiler${PYTHON_TAG}.so .include <bsd.port.mk> |