diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-10-17 18:07:39 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-10-17 18:07:39 +0000 |
commit | c65617e6ec9c687c06ab54810e43f36aaaeaea64 (patch) | |
tree | 0930229b945fcc013f9db1d457b3f48ed5c1e600 /chinese | |
parent | 1d65f85d3654ab77af2fe59cf411f46ed92b8c22 (diff) | |
download | ports-c65617e6ec9c687c06ab54810e43f36aaaeaea64.tar.gz ports-c65617e6ec9c687c06ab54810e43f36aaaeaea64.zip |
Notes
Diffstat (limited to 'chinese')
-rw-r--r-- | chinese/py-cconv/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/chinese/py-cconv/Makefile b/chinese/py-cconv/Makefile index 73aecaa0d100..61425c7ae77e 100644 --- a/chinese/py-cconv/Makefile +++ b/chinese/py-cconv/Makefile @@ -15,9 +15,8 @@ LICENSE= GPLv2 LIB_DEPENDS= libcconv.so:${PORTSDIR}/chinese/cconv -CFLAGS+= -I${LOCALBASE}/include USE_PYTHON= autoplist concurrent distutils -USES= python +USES= localbase python post-install: ${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/cconv.so |