diff options
Diffstat (limited to 'chinese/py-cconv/Makefile')
-rw-r--r-- | chinese/py-cconv/Makefile | 3 |
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> |