diff options
Diffstat (limited to 'math/py-cyipopt/Makefile')
-rw-r--r-- | math/py-cyipopt/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/py-cyipopt/Makefile b/math/py-cyipopt/Makefile index 9d3a89568aff..e715bb658fbc 100644 --- a/math/py-cyipopt/Makefile +++ b/math/py-cyipopt/Makefile @@ -27,6 +27,6 @@ GH_ACCOUNT= matthias-k TEST_ENV= ${MAKE_ENV} PYTHONPATH=${STAGEDIR}${PYTHONPREFIX_SITELIBDIR} post-install: - @${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/ipopt_wrapper${PYTHON_EXT_SUFFIX}.so + @${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/ipopt_wrapper${PYTHON_TAG}.so .include <bsd.port.mk> |