aboutsummaryrefslogtreecommitdiff
path: root/math/py-pyodeint/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'math/py-pyodeint/Makefile')
-rw-r--r--math/py-pyodeint/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/math/py-pyodeint/Makefile b/math/py-pyodeint/Makefile
index 89af866dbb87..eb6a819e4ab4 100644
--- a/math/py-pyodeint/Makefile
+++ b/math/py-pyodeint/Makefile
@@ -23,7 +23,7 @@ TEST_ENV= ${MAKE_ENV} PYTHONPATH=${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}
TEST_WRKSRC= ${WRKSRC}/pyodeint/tests
post-install:
- @${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/pyodeint/_odeint${PYTHON_EXT_SUFFIX}.so
+ @${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/pyodeint/_odeint${PYTHON_TAG}.so
.include <bsd.port.mk>