summaryrefslogtreecommitdiff
path: root/editors/ce/patches/patch-ac
diff options
context:
space:
mode:
Diffstat (limited to 'editors/ce/patches/patch-ac')
-rw-r--r--editors/ce/patches/patch-ac32
1 files changed, 0 insertions, 32 deletions
diff --git a/editors/ce/patches/patch-ac b/editors/ce/patches/patch-ac
deleted file mode 100644
index c834452e5aa..00000000000
--- a/editors/ce/patches/patch-ac
+++ /dev/null
@@ -1,32 +0,0 @@
-$NetBSD: patch-ac,v 1.2 2004/07/28 17:24:28 schmonz Exp $
-
---- teach-ce.orig 1991-03-16 17:22:04.000000000 -0500
-+++ 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"
-+LN="@LN@ -s"
-+CE="@LOCALBASE@/bin/ce"
-
- $LN $TUTORIAL $HOME/TUTORIAL
-