aboutsummaryrefslogtreecommitdiff
path: root/math/py-python-fcl
diff options
context:
space:
mode:
Diffstat (limited to 'math/py-python-fcl')
-rw-r--r--math/py-python-fcl/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/math/py-python-fcl/Makefile b/math/py-python-fcl/Makefile
index 010c4bf37f0e..7b5e865c33f0 100644
--- a/math/py-python-fcl/Makefile
+++ b/math/py-python-fcl/Makefile
@@ -25,6 +25,6 @@ USE_PYTHON= distutils autoplist concurrent cython
PYDISTUTILS_BUILD_TARGET= build_ext
post-install:
- ${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/fcl/fcl.so
+ ${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/fcl/fcl*.so
.include <bsd.port.mk>