1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-25 21:07:40 +00:00
freebsd-ports/editors/xemacs21-mule-common/pkg-install
Shigeyuki Fukushima 70f64db2cb Update to 21.1.11.
PR:		ports/20243
Submitted by:	KIRIYAMA Kazuhiko <kiri@pis.toba-cmt.ac.jp>
2000-08-01 09:18:34 +00:00

8 lines
419 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-*-21.1.11 (ja-xemacs-21.1.11, ja-xemacs-canna-21.1.11, etc.)"
echo ", each of which contains only the executables for XEmacs(version 21.1.11)"
echo "################################################################"