summaryrefslogtreecommitdiff
path: root/editors/nvi-m17n/pkg/REQ
diff options
context:
space:
mode:
Diffstat (limited to 'editors/nvi-m17n/pkg/REQ')
-rw-r--r--editors/nvi-m17n/pkg/REQ9
1 files changed, 9 insertions, 0 deletions
diff --git a/editors/nvi-m17n/pkg/REQ b/editors/nvi-m17n/pkg/REQ
new file mode 100644
index 00000000000..e108ec466a2
--- /dev/null
+++ b/editors/nvi-m17n/pkg/REQ
@@ -0,0 +1,9 @@
+#!/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 "********************************************************"