diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2001-07-23 11:21:25 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2001-07-23 11:21:25 +0000 |
commit | 720e18a658f40b4a5af6b7f50def071203517a19 (patch) | |
tree | 966022de3bee87d2e55ac3bf837634946413f531 /japanese/p5-Text-ChaSen/Makefile | |
parent | Update version number of libgtkhtml. (diff) |
Update to 1.03 after ChaSen's upgrade to 2.2.7.
Submitted by: kuriyama
Diffstat (limited to 'japanese/p5-Text-ChaSen/Makefile')
-rw-r--r-- | japanese/p5-Text-ChaSen/Makefile | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/japanese/p5-Text-ChaSen/Makefile b/japanese/p5-Text-ChaSen/Makefile index 2e63c3361255..eb60ad1a6a3f 100644 --- a/japanese/p5-Text-ChaSen/Makefile +++ b/japanese/p5-Text-ChaSen/Makefile @@ -6,18 +6,18 @@ # PORTNAME= Text-ChaSen -PORTVERSION= 0.20 +PORTVERSION= 1.03 CATEGORIES= japanese perl5 -MASTER_SITES= ftp://ftp.aist-nara.ac.jp/pub/lab/nlp/tools/chasen/ -DISTNAME= chasen-sys${CHASEN_VERSION}-ipadic2.1 +MASTER_SITES= http://chasen.aist-nara.ac.jp/stable/chasen/ +DISTNAME= chasen-${CHASEN_VERSION} MAINTAINER= knu@FreeBSD.org -LIB_DEPENDS= chasen.0:${PORTSDIR}/japanese/chasen +LIB_DEPENDS= chasen.0:${PORTSDIR}/japanese/chasen-base -MD5_FILE= ${.CURDIR}/../chasen/distinfo +MD5_FILE= ${.CURDIR}/../chasen-base/distinfo -CHASEN_VERSION= 2.02 +CHASEN_VERSION= 2.2.7 WRKSRC= ${WRKDIR}/chasen-${CHASEN_VERSION}/perl PERL_CONFIGURE= yes @@ -31,7 +31,7 @@ PKGNAMEPREFIX:= ${PKGNAMEPREFIX}p5- post-install: .if !defined(NOPORTDOCS) - ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/chasen/ja/README.perl + ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/chasen/doc/README.perl .endif .include <bsd.port.post.mk> |