diff options
Diffstat (limited to 'math/py-clingcon/Makefile')
-rw-r--r-- | math/py-clingcon/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/py-clingcon/Makefile b/math/py-clingcon/Makefile index 2c1abbd1a49e..3cfbea153713 100644 --- a/math/py-clingcon/Makefile +++ b/math/py-clingcon/Makefile @@ -22,6 +22,6 @@ USES= compiler:c++17-lang python USE_PYTHON= distutils autoplist post-install: - @${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/clingcon/_clingcon${PYTHON_EXT_SUFFIX}.so + @${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/clingcon/_clingcon${PYTHON_TAG}.so .include <bsd.port.mk> |