diff options
author | max <max@FreeBSD.org> | 1997-10-31 11:44:09 +0800 |
---|---|---|
committer | max <max@FreeBSD.org> | 1997-10-31 11:44:09 +0800 |
commit | de9383bcc0f7108921fc6894415ab7dfea67eef7 (patch) | |
tree | 68bb9a69a7a550aa6f13585d0f2d83875e82dd2c /textproc/coco | |
parent | 30f773368fd984b0449a6aa96db917c82dae5970 (diff) | |
download | freebsd-ports-gnome-de9383bcc0f7108921fc6894415ab7dfea67eef7.tar.gz freebsd-ports-gnome-de9383bcc0f7108921fc6894415ab7dfea67eef7.tar.zst freebsd-ports-gnome-de9383bcc0f7108921fc6894415ab7dfea67eef7.zip |
Change jp-mule-* -> ja-mule-*
Submitted by: maintainer
While at it, I also changed
kr-mule-2.3 -> ko-mule-2.3
cn-mule-2.3 -> zh-mule-2.3
Diffstat (limited to 'textproc/coco')
-rw-r--r-- | textproc/coco/pkg-install | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/textproc/coco/pkg-install b/textproc/coco/pkg-install index 892eeb848ba6..505983632b38 100644 --- a/textproc/coco/pkg-install +++ b/textproc/coco/pkg-install @@ -2,8 +2,8 @@ if [ "$2" != "POST-INSTALL" ]; then exit 0; fi echo "############################################################" -echo "You must install one of packages, mule-2.3, jp-mule-*-2.3" -echo "(jp-mule-canna-2.3, jp-mule-canna+sj3-2.3, etc.)," -echo "cn-mule-wnn4-2.3 and kr-mule-wnn4-2.3, each of" +echo "You must install one of packages, mule-2.3, ja-mule-*-2.3" +echo "(ja-mule-canna-2.3, ja-mule-canna+sj3-2.3, etc.)," +echo "zh-mule-wnn4-2.3 and ko-mule-wnn4-2.3, each of" echo "which contains only the executables for mule-2.3" echo "############################################################" |