freebsd-ports/editors/xemacs21-mule-common/files/INSTALL.tmpl
Satoshi Taoka 4c9ac857b8 Update to version 21.1.10
Rearrange xemacs mule packages

PR:	19021
PR:	19023
Submitted by: KIRIYAMA Kazuhiko <kiri@pis.toba-cmt.ac.jp>
2000-07-13 09:53:24 +00:00

8 lines
447 B
Bash

#!/bin/sh
if [ "$2" != "POST-INSTALL" ]; then exit 0; fi
echo "################################################################"
echo "You must install one of packages, xemacs-mule and "
echo " ja-xemacs-*-%%XEMACS_VER%% (ja-xemacs-%%XEMACS_VER%%, ja-xemacs-canna-%%XEMACS_VER%%, etc.)"
echo ", each of which contains only the executables for XEmacs(version %%XEMACS_VER%%)"
echo "################################################################"