aboutsummaryrefslogtreecommitdiff
path: root/chinese/py-cconv/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'chinese/py-cconv/Makefile')
-rw-r--r--chinese/py-cconv/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/chinese/py-cconv/Makefile b/chinese/py-cconv/Makefile
index 0144cb14fbca..dd48c1efdbbf 100644
--- a/chinese/py-cconv/Makefile
+++ b/chinese/py-cconv/Makefile
@@ -19,4 +19,7 @@ CFLAGS+= -I${LOCALBASE}/include
USE_PYTHON= autoplist distutils
USES= python
+post-install:
+ ${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/cconv.so
+
.include <bsd.port.mk>