diff options
Diffstat (limited to 'textproc/py-faust-cchardet/Makefile')
-rw-r--r-- | textproc/py-faust-cchardet/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/py-faust-cchardet/Makefile b/textproc/py-faust-cchardet/Makefile index 23af33824f41..2a0611001820 100644 --- a/textproc/py-faust-cchardet/Makefile +++ b/textproc/py-faust-cchardet/Makefile @@ -21,6 +21,6 @@ USE_PYTHON= pep517 cython concurrent autoplist pytest TEST_ENV= ${MAKE_ENV} PYTHONPATH=${STAGEDIR}${PYTHONPREFIX_SITELIBDIR} post-install: - @${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/cchardet/_cchardet${PYTHON_EXT_SUFFIX}.so + @${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/cchardet/_cchardet${PYTHON_TAG}.so .include <bsd.port.mk> |