diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2015-10-18 02:07:39 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2015-10-18 02:07:39 +0800 |
commit | d36accb025fcdf4ab07c26d4a3feb4d7ff63638b (patch) | |
tree | 0930229b945fcc013f9db1d457b3f48ed5c1e600 /chinese | |
parent | 85dea75048ed3033e74088492f9aca2482836fae (diff) | |
download | freebsd-ports-graphics-d36accb025fcdf4ab07c26d4a3feb4d7ff63638b.tar.gz freebsd-ports-graphics-d36accb025fcdf4ab07c26d4a3feb4d7ff63638b.tar.zst freebsd-ports-graphics-d36accb025fcdf4ab07c26d4a3feb4d7ff63638b.zip |
- Use USES=localbase
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 73aecaa0d10..61425c7ae77 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 |