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/patches/patch-ab | |
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/patches/patch-ab')
-rw-r--r-- | editors/nvi-m17n/patches/patch-ab | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/editors/nvi-m17n/patches/patch-ab b/editors/nvi-m17n/patches/patch-ab new file mode 100644 index 00000000000..d590fd0019a --- /dev/null +++ b/editors/nvi-m17n/patches/patch-ab @@ -0,0 +1,15 @@ +--- configure.bad Fri Jun 26 02:22:51 1998 ++++ configure Fri Jun 26 02:23:39 1998 +@@ -1686,10 +1686,8 @@ + case "$host_os" in + bsdi2.1) + vi_cannapath="/usr/contrib/canna";; +- freebsd2.2*|freebsd3*) +- vi_cannapath="/usr/local";; +- freebsd2*) +- vi_cannapath="/usr/local/canna";; ++ freebsd*) ++ vi_cannapath="${prefix}";; + *) + vi_cannapath="/usr/local/canna";; + esac |