diff options
author | Rene Ladan <rene@FreeBSD.org> | 2014-04-13 13:18:45 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2014-04-13 13:18:45 +0000 |
commit | 2d5bbfc8ec4df09d38ffbdd72aba30e50f8d3e10 (patch) | |
tree | 7656bb5bc69bc74791c969718b316532f73a36f9 /japanese/ipadic | |
parent | f88a4f55ad01cad862b29d60cc1af974342248fa (diff) | |
download | ports-2d5bbfc8ec4df09d38ffbdd72aba30e50f8d3e10.tar.gz ports-2d5bbfc8ec4df09d38ffbdd72aba30e50f8d3e10.zip |
Notes
Diffstat (limited to 'japanese/ipadic')
-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> |