aboutsummaryrefslogtreecommitdiff
path: root/math/py-libpoly/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'math/py-libpoly/Makefile')
-rw-r--r--math/py-libpoly/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/math/py-libpoly/Makefile b/math/py-libpoly/Makefile
index 161b1b973229..34cc18e15f1c 100644
--- a/math/py-libpoly/Makefile
+++ b/math/py-libpoly/Makefile
@@ -27,7 +27,7 @@ BUILD_WRKSRC= ${WRKSRC}/python
INSTALL_WRKSRC= ${WRKSRC}/python
post-install:
- ${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/polypy.so
+ ${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/polypy*.so
do-build:
@cd ${BUILD_WRKSRC} && ${SETENV} ${MAKE_ENV} ${PYTHON_CMD} ${PYDISTUTILS_SETUP} ${PYDISTUTILS_BUILD_TARGET} ${PYDISTUTILS_BUILDARGS}