Index: head/chinese/py-cconv/Makefile =================================================================== --- head/chinese/py-cconv/Makefile (revision 399555) +++ head/chinese/py-cconv/Makefile (revision 399556) @@ -1,25 +1,24 @@ # Created by: Sunpoet Po-Chuan Hsieh # $FreeBSD$ PORTNAME= cconv PORTVERSION= 0.5.0 DISTVERSIONPREFIX= python- CATEGORIES= chinese converters python MASTER_SITES= GOOGLE_CODE PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Python wrapper for chinese/cconv 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 .include