diff options
author | sakamoto <sakamoto@pkgsrc.org> | 1999-08-02 05:05:16 +0000 |
---|---|---|
committer | sakamoto <sakamoto@pkgsrc.org> | 1999-08-02 05:05:16 +0000 |
commit | 38b7dbb7816f78783ceefec5ff7eb1c6a74c28af (patch) | |
tree | 6840ad362c4c0684c26e2fb07a86045c91f86209 /editors/nvi-m17n/pkg/REQ | |
parent | 8693d13518b902a55777e4ee114f1ad28123e522 (diff) | |
download | pkgsrc-38b7dbb7816f78783ceefec5ff7eb1c6a74c28af.tar.gz |
Import FreeBSD's "editors/nvi-m17n" port:
A clone of vi/ex, with multilingual patch
Diffstat (limited to 'editors/nvi-m17n/pkg/REQ')
-rw-r--r-- | editors/nvi-m17n/pkg/REQ | 9 |
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 "********************************************************" |