diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-08-15 10:46:47 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-08-15 10:46:47 +0000 |
commit | 54bbbd4eb57b47da00ae418bb0209d472ca6e1d9 (patch) | |
tree | 6c89f2430f2690b2398bb45def288e55bb11b864 /chinese | |
parent | 93c6b9fcfd4a91c0f119b53f1e62b9e67a392cf8 (diff) | |
download | ports-54bbbd4eb57b47da00ae418bb0209d472ca6e1d9.tar.gz ports-54bbbd4eb57b47da00ae418bb0209d472ca6e1d9.zip |
Notes
Diffstat (limited to 'chinese')
-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> |