summaryrefslogtreecommitdiff
path: root/devel/py-cftime/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/py-cftime/Makefile')
-rw-r--r--devel/py-cftime/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/py-cftime/Makefile b/devel/py-cftime/Makefile
index 375aedc0f847..ed353c87306b 100644
--- a/devel/py-cftime/Makefile
+++ b/devel/py-cftime/Makefile
@@ -23,6 +23,6 @@ USE_PYTHON= autoplist cython distutils pytest
TEST_ENV= ${MAKE_ENV} PYTHONPATH=${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}
post-install:
- @${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/cftime/_cftime${PYTHON_EXT_SUFFIX}.so
+ @${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/cftime/_cftime${PYTHON_TAG}.so
.include <bsd.port.mk>