openbsd-ports/editors/nvi-m17n/patches/patch-ab
espie e8b71e53ad Fix numerous problems:
- add missing checksums,
- fix fetch,
- upgrade to current ports stuff
...
2000-02-23 10:46:16 +00:00

16 lines
415 B
Plaintext

--- build/configure.orig Fri Jun 26 02:22:51 1998
+++ build/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*|netbsd*|openbsd*)
+ vi_cannapath="${prefix}";;
*)
vi_cannapath="/usr/local/canna";;
esac