summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>1998-06-26 09:25:22 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>1998-06-26 09:25:22 +0000
commit77562d42a913f3bccf8c49ccef61bf38f93375a2 (patch)
treecc3f9bff8f88bbac0055ce1ae5f8259369dfed9d /editors
parentCONFIGURE_ARGS needs "+=" since it is set after including bsd.port.mk (diff)
Canna includes should be searched for in ${prefix}, not /usr/local
Notes
Notes: svn path=/head/; revision=11541
Diffstat (limited to 'editors')
-rw-r--r--editors/nvi-m17n/files/patch-ab15
1 files changed, 15 insertions, 0 deletions
diff --git a/editors/nvi-m17n/files/patch-ab b/editors/nvi-m17n/files/patch-ab
new file mode 100644
index 000000000000..d590fd0019a9
--- /dev/null
+++ b/editors/nvi-m17n/files/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