mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
e9256feffb
packages. The editors/mule-common package contains the language- independent parts. Add some new ports based on input methods. They don't take up much space because of efficient sharing. PR: 4411 Submitted by: Satoshi Taoka <taoka@infonets.hiroshima-u.ac.jp>
10 lines
426 B
Bash
10 lines
426 B
Bash
#!/bin/sh
|
|
|
|
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 "which contains only the executables for mule-2.3"
|
|
echo "############################################################"
|