diff options
author | taca <taca@pkgsrc.org> | 2002-09-25 13:20:13 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2002-09-25 13:20:13 +0000 |
commit | 19f3ee782a2056dd4a9309c8e2d9db4a9aa10fd4 (patch) | |
tree | 9a3271f0b654f3b9e36fc8bea6de103e91a34cb1 /textproc/ipadic | |
parent | 287a9434829ae0eef1f4c5437e1f45fa22b79528 (diff) | |
download | pkgsrc-19f3ee782a2056dd4a9309c8e2d9db4a9aa10fd4.tar.gz |
- Correct sample config file's path.
- Utilize CHASEN_DICDIR.
Bump PKG_REVISION.
Diffstat (limited to 'textproc/ipadic')
-rw-r--r-- | textproc/ipadic/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/textproc/ipadic/Makefile b/textproc/ipadic/Makefile index 823f18e82f7..d8eff7deaf6 100644 --- a/textproc/ipadic/Makefile +++ b/textproc/ipadic/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.1.1.1 2002/05/31 13:00:53 seb Exp $ +# $NetBSD: Makefile,v 1.2 2002/09/25 13:20:13 taca Exp $ # DISTNAME= ipadic-2.4.4 +PKGREVISION= 1 CATEGORIES= japanese textproc MASTER_SITES= http://chasen.aist-nara.ac.jp/stable/ipadic/ @@ -12,12 +13,12 @@ COMMENT= Japanese Morphological Dictionary for ChaSen DEPENDS= chasen-base>=2.2.5:../../textproc/chasen-base GNU_CONFIGURE= # defined -CONF_FILES= ${CHASEN_DICDIR}/chasenrc.example \ +CONF_FILES= ${CHASEN_DICDIR}/ipadic/chasenrc.example \ ${CHASEN_CONFDIR}/chasenrc post-install: ${INSTALL_DATA} ${WRKSRC}/chasenrc \ - ${LOCALBASE}/share/chasen/dic/ipadic/chasenrc.example + ${CHASEN_DICDIR}/ipadic/chasenrc.example .include "../../textproc/chasen/Makefile.common" .include "../../mk/bsd.pkg.install.mk" |