diff options
author | asami <asami@FreeBSD.org> | 1997-09-10 08:51:26 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1997-09-10 08:51:26 +0000 |
commit | c029c33dbb5d1c39da97daa805398ca0cb091520 (patch) | |
tree | b3a0a9be353bbf4779bba0a041af78d4cc214547 /editors/mule-common/pkg-install | |
parent | 02c0ffba94bd5778f648e41f8add84eea77c48ef (diff) | |
download | FreeBSD-ports-c029c33dbb5d1c39da97daa805398ca0cb091520.zip FreeBSD-ports-c029c33dbb5d1c39da97daa805398ca0cb091520.tar.gz |
Share files among various mule ports, both port files and within
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>
Diffstat (limited to 'editors/mule-common/pkg-install')
-rw-r--r-- | editors/mule-common/pkg-install | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/editors/mule-common/pkg-install b/editors/mule-common/pkg-install new file mode 100644 index 0000000..892eeb8 --- /dev/null +++ b/editors/mule-common/pkg-install @@ -0,0 +1,9 @@ +#!/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 "############################################################" |