diff options
Diffstat (limited to 'math/py-clingcon/Makefile')
-rw-r--r-- | math/py-clingcon/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/math/py-clingcon/Makefile b/math/py-clingcon/Makefile index 49db769251ce..3cfbea153713 100644 --- a/math/py-clingcon/Makefile +++ b/math/py-clingcon/Makefile @@ -1,5 +1,6 @@ PORTNAME= clingcon DISTVERSION= 5.2.1 +PORTREVISION= 1 CATEGORIES= math python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -21,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> |