1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/editors/mule-common/pkg-install
Satoshi Asami e9256feffb 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>
1997-09-10 08:51:26 +00:00

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 "############################################################"