diff options
author | Kai Knoblich <kai@FreeBSD.org> | 2020-12-24 13:46:01 +0000 |
---|---|---|
committer | Kai Knoblich <kai@FreeBSD.org> | 2020-12-24 13:46:01 +0000 |
commit | 9cb5898561b302d952fec8e2fac66a945a2c4915 (patch) | |
tree | 9274631a296b893d582fb8062e2f256a3a8c8d77 /math/py-cyipopt | |
parent | 7d195372928d0063fee4bc1fcf003eae95a2451e (diff) |
Notes
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> |