summaryrefslogtreecommitdiff
path: root/devel/py-lazy-object-proxy/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/py-lazy-object-proxy/Makefile')
-rw-r--r--devel/py-lazy-object-proxy/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/py-lazy-object-proxy/Makefile b/devel/py-lazy-object-proxy/Makefile
index 75ca4f70f8aa..038bdd2e6ed6 100644
--- a/devel/py-lazy-object-proxy/Makefile
+++ b/devel/py-lazy-object-proxy/Makefile
@@ -18,6 +18,6 @@ USES= python
USE_PYTHON= autoplist concurrent distutils
post-install:
- ${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/lazy_object_proxy/cext.so
+ ${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/lazy_object_proxy/cext*.so
.include <bsd.port.mk>