mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
10 lines
405 B
Plaintext
10 lines
405 B
Plaintext
|
#!/bin/sh
|
||
|
if [ "$2" != "INSTALL" ]; then
|
||
|
exit 0
|
||
|
fi
|
||
|
echo "**************************************************************"
|
||
|
echo "* W a r n i n g *"
|
||
|
echo "* This Japanized elvis program read \`.elvisrc', not \`.exrc' *"
|
||
|
echo "* at start up time. *"
|
||
|
echo "**************************************************************"
|