freebsd-ports/editors/xemacs21-mule-common/pkg-install
Satoshi Taoka a5bedc7c51 Update to 21.1.9
PR: 16743
Submitted by: maintainer
2000-02-18 23:21:40 +00:00

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