aboutsummaryrefslogtreecommitdiff
path: root/science/py-openEMS/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'science/py-openEMS/Makefile')
-rw-r--r--science/py-openEMS/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/science/py-openEMS/Makefile b/science/py-openEMS/Makefile
index 61fcb3a01b33..51720a486db1 100644
--- a/science/py-openEMS/Makefile
+++ b/science/py-openEMS/Makefile
@@ -35,7 +35,7 @@ post-patch:
post-install:
.for name in _nf2ff openEMS
- @${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/openEMS/${name}${PYTHON_EXT_SUFFIX}.so
+ @${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/openEMS/${name}${PYTHON_TAG}.so
.endfor
.include <bsd.port.mk>