diff options
Diffstat (limited to 'japanese/ipadic/Makefile')
-rw-r--r-- | japanese/ipadic/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/japanese/ipadic/Makefile b/japanese/ipadic/Makefile index d33de0b5899f..d15817942028 100644 --- a/japanese/ipadic/Makefile +++ b/japanese/ipadic/Makefile @@ -3,7 +3,7 @@ PORTNAME= ipadic PORTVERSION= 2.7.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= japanese textproc MASTER_SITES= SFJP/${PORTNAME}/24435 @@ -13,13 +13,14 @@ COMMENT= Japanese Morphological Dictionary for ChaSen BUILD_DEPENDS= chasen:${PORTSDIR}/japanese/chasen-base RUN_DEPENDS= chasen:${PORTSDIR}/japanese/chasen-base -CONFIGURE_ARGS= --with-dicdir=${PREFIX}/share/chasen/dic +CONFIGURE_ARGS= --with-dicdir=${PREFIX}/share/chasen/dic \ + --with-chasenrc-path=${STAGEDIR}${PREFIX}/share/chasen/dic/ipadic GNU_CONFIGURE= yes MAKE_JOBS_UNSAFE= yes pre-install: ${MKDIR} ${STAGEDIR}${PREFIX}/share/chasen/dic/ipadic ${INSTALL_DATA} ${WRKSRC}/chasenrc \ - ${STAGEDIR}${PREFIX}/share/chasen/dic/ipadic/chasenrc.sample + ${STAGEDIR}${PREFIX}/share/chasen/dic/ipadic/chasenrc.sample .include <bsd.port.mk> |