diff options
Diffstat (limited to 'math/py-cyipopt')
-rw-r--r-- | math/py-cyipopt/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/py-cyipopt/Makefile b/math/py-cyipopt/Makefile index 8de9fd3d71d9..e1b2803d0d24 100644 --- a/math/py-cyipopt/Makefile +++ b/math/py-cyipopt/Makefile @@ -28,6 +28,6 @@ GH_ACCOUNT= matthias-k USE_PYTHON= distutils cython autoplist post-install: - @${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/${PORTNAME}.so + @${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/${PORTNAME}*.so .include <bsd.port.mk> |