diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-10-17 18:07:34 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-10-17 18:07:34 +0000 |
commit | 1d65f85d3654ab77af2fe59cf411f46ed92b8c22 (patch) | |
tree | 1c41f4d9a8c5b2e64d43de6b85802fabe0ccd233 | |
parent | ee690f71e91bf00f8125ad5b977a824e64eeda38 (diff) | |
download | ports-1d65f85d3654ab77af2fe59cf411f46ed92b8c22.tar.gz ports-1d65f85d3654ab77af2fe59cf411f46ed92b8c22.zip |
Notes
-rw-r--r-- | chinese/p5-cconv/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/chinese/p5-cconv/Makefile b/chinese/p5-cconv/Makefile index 282b4049ea2d..23bbae5a0332 100644 --- a/chinese/p5-cconv/Makefile +++ b/chinese/p5-cconv/Makefile @@ -16,9 +16,8 @@ LICENSE= GPLv2 LIB_DEPENDS= libcconv.so:${PORTSDIR}/chinese/cconv -CFLAGS+= -I${LOCALBASE}/include USE_PERL5= configure -USES= perl5 +USES= localbase perl5 post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/cconv/cconv.so |