1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

- Fix leftover file

- Bump PORTREVISION

Submitted by:	QAT
This commit is contained in:
Rene Ladan 2014-04-13 13:18:45 +00:00
parent f88a4f55ad
commit 2d5bbfc8ec
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=351218

View File

@ -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>