summaryrefslogtreecommitdiff
path: root/editors/ce/patches/patch-ac
diff options
context:
space:
mode:
authorschmonz <schmonz@pkgsrc.org>2002-04-08 19:59:08 +0000
committerschmonz <schmonz@pkgsrc.org>2002-04-08 19:59:08 +0000
commit181c53d159eff336300cff8dbc50ee22f7582814 (patch)
tree27027c57c752e22ab21c473bb302c13bce222199 /editors/ce/patches/patch-ac
parent8835ffe67f5b378d1ac3ac74c4379a122f3328a2 (diff)
downloadpkgsrc-181c53d159eff336300cff8dbc50ee22f7582814.tar.gz
Initial import of ce-4.4, from my own PR pkg/15627.
Suggestions from agc. Approved by garbled. This editor is derived most directly from Dave Conroy's original MicroEmacs (uEmacs) editor, version 30, and Dan Lawrence's MicroEmacs v3.6. Some stuff from mg, version 2a, has also been used. This version of ce is intended for use in normal ttys.
Diffstat (limited to 'editors/ce/patches/patch-ac')
-rw-r--r--editors/ce/patches/patch-ac31
1 files changed, 31 insertions, 0 deletions
diff --git a/editors/ce/patches/patch-ac b/editors/ce/patches/patch-ac
new file mode 100644
index 00000000000..b14ca8c3bba
--- /dev/null
+++ b/editors/ce/patches/patch-ac
@@ -0,0 +1,31 @@
+$NetBSD: patch-ac,v 1.1.1.1 2002/04/08 19:59:08 schmonz Exp $
+
+--- teach-ce.orig Sat Mar 16 17:22:04 1991
++++ teach-ce
+@@ -1,4 +1,4 @@
+-#! /bin/bash
++#! /bin/sh
+ #
+ # teach-ce -- a script that sort of emulates Twenex Emacs' teach-emacs mode.
+ #
+@@ -21,15 +21,15 @@
+
+ trap 'rm -f $HOME/TUTORIAL*' 0 1 2 3 6 15
+
+-PATH=/usr/local/bin:/usr/ucb:/bin:/usr/bin
+-export PATH
++# PATH=/usr/local/bin:/usr/ucb:/bin:/usr/bin
++# export PATH
+
+-TUTORIAL=/usr/local/lib/ce/TUTORIAL
++TUTORIAL=@PREFIX@/share/doc/ce/TUTORIAL
+
+-unset HISTFILE
++# unset HISTFILE
+
+ LN="/bin/ln -s"
+-CE="/usr/local/bin/ce"
++CE="@PREFIX@/bin/ce"
+
+ $LN $TUTORIAL $HOME/TUTORIAL
+