mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
4210f39df8
editors/nvi is a multi-byte extension of nvi-1.79; the rest are pretty much skeletons (even more so than regular ports) that use most files from editors/nvi and support for a particular encoding scheme. These ports were submitted by the author of multilingual nvi patches. Closes PR ports/2824. Submitted by: Jun-ichiro Itoh <itojun@csl.sony.co.jp>
10 lines
373 B
Bash
10 lines
373 B
Bash
#!/bin/sh
|
|
if [ "$2" != "INSTALL" ]; then
|
|
exit 0
|
|
fi
|
|
echo "********************************************************"
|
|
echo "* W a r n i n g *"
|
|
echo "* Read /usr/local/share/vi/README.* for controlling *"
|
|
echo "* multilingual functionalities. *"
|
|
echo "********************************************************"
|