diff options
author | taca <taca@pkgsrc.org> | 2001-02-24 03:29:52 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2001-02-24 03:29:52 +0000 |
commit | f437f11ca6bc9ec70514b131f97247d85e7ec49d (patch) | |
tree | 109d4902766e537375f495fffe357e9adfe2a648 /japanese | |
parent | e6bd1a92f8b41211a3689e67828e21450cdcdb2d (diff) | |
download | pkgsrc-f437f11ca6bc9ec70514b131f97247d85e7ec49d.tar.gz |
- use ${TEST} instead of directly use of "test".
- Update ipadic to 2.4.2. ChangeLog is below:
2001-02-24 Masayuki Asahara <masayu-a@is.aist-nara.ac.jp>
* Makefile.am: sortdic are obsolete
* connent.cha: Connective Postpositions at the preceding positions
are grouped.
2001-01-04 Masayuki Asahara <masayu-a@is.aist-nara.ac.jp>
* Makefile.am: output zip format(make sjis-dist)
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/ipadic/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/japanese/ipadic/Makefile b/japanese/ipadic/Makefile index 4d5cb2ca283..677171554cd 100644 --- a/japanese/ipadic/Makefile +++ b/japanese/ipadic/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.3 2001/02/24 02:09:28 hubertf Exp $ +# $NetBSD: Makefile,v 1.4 2001/02/24 03:29:53 taca Exp $ # -DISTNAME= ipadic-2.4.1 +DISTNAME= ipadic-2.4.2 CATEGORIES= japanese MASTER_SITES= http://chasen.aist-nara.ac.jp/stable/ipadic/ @@ -19,7 +19,7 @@ LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig post-install: ${INSTALL_DATA} ${WRKSRC}/chasenrc \ ${LOCALBASE}/share/chasen/dic/ipadic/chasenrc.example - test -f ${LOCALBASE}/etc/chasenrc || \ + ${TEST} -f ${LOCALBASE}/etc/chasenrc || \ ${INSTALL} -c -m ${NONBINMODE} -o ${BINOWN} -g ${BINGRP} \ ${WRKSRC}/chasenrc ${LOCALBASE}/etc |