mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-15 23:50:44 +00:00
185469d278
Fix after repository-copy from editors/xemacs-mule to editors/xemacs21-mule. PR: ports/15761 Submitted by: KIRIYAMA Kazuhiko <kiri@pis.toba-cmt.ac.jp>
8 lines
447 B
Bash
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_REL%% (ja-xemacs-%%XEMACS_REL%%, ja-xemacs-canna-%%XEMACS_REL%%, etc.)"
|
|
echo ", each of which contains only the executables for XEmacs(version %%XEMACS_VER%%)"
|
|
echo "################################################################"
|