diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2015-10-18 02:07:34 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2015-10-18 02:07:34 +0800 |
commit | 85dea75048ed3033e74088492f9aca2482836fae (patch) | |
tree | 1c41f4d9a8c5b2e64d43de6b85802fabe0ccd233 | |
parent | f05d1ef58ed306afd229b561ba3e9062c4936f9b (diff) | |
download | freebsd-ports-gnome-85dea75048ed3033e74088492f9aca2482836fae.tar.gz freebsd-ports-gnome-85dea75048ed3033e74088492f9aca2482836fae.tar.zst freebsd-ports-gnome-85dea75048ed3033e74088492f9aca2482836fae.zip |
- Use USES=localbase
-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 |