diff options
author | Neil Blakey-Milner <nbm@FreeBSD.org> | 2001-01-04 09:38:37 +0000 |
---|---|---|
committer | Neil Blakey-Milner <nbm@FreeBSD.org> | 2001-01-04 09:38:37 +0000 |
commit | 0bf09cf94582dc3995d06e0459db935861a1568b (patch) | |
tree | 22b130f07a825639d1f2d204a7a30abbf6f01977 /editors/e3/files | |
parent | JAva -> Java (diff) |
Update to 1.4.
PR: 24058
Submitted by: Joseph Scott <joseph@randomnetworks.com> (maintainer)
Diffstat (limited to 'editors/e3/files')
-rw-r--r-- | editors/e3/files/patch-Makefile | 13 | ||||
-rw-r--r-- | editors/e3/files/patch-e3.asm | 12 |
2 files changed, 13 insertions, 12 deletions
diff --git a/editors/e3/files/patch-Makefile b/editors/e3/files/patch-Makefile index 5ffa14cfe4a3..ebc57cde2506 100644 --- a/editors/e3/files/patch-Makefile +++ b/editors/e3/files/patch-Makefile @@ -1,6 +1,6 @@ ---- Makefile.orig Mon Dec 18 21:08:30 2000 -+++ Makefile Mon Dec 18 21:10:02 2000 -@@ -7,7 +7,7 @@ +--- Makefile Wed Jan 3 14:19:05 2001 ++++ Makefile.new Wed Jan 3 14:20:50 2001 +@@ -8,7 +8,7 @@ # 2. edit dest dir prefix if you want.... @@ -8,8 +8,8 @@ +PREFIX?='/usr/local' #PREFIX=/boot/home - BINDIR='$(PREFIX)/bin' -@@ -38,12 +38,12 @@ + +@@ -60,13 +60,13 @@ install: e3 install -d $(PREFIX) $(BINDIR) $(MANDIR) @@ -19,8 +19,9 @@ ln -sf $(BINDIR)/e3 $(BINDIR)/e3em ln -sf $(BINDIR)/e3 $(BINDIR)/e3pi ln -sf $(BINDIR)/e3 $(BINDIR)/e3vi + ln -sf $(BINDIR)/e3 $(BINDIR)/e3ne - install -m 644 e3.man $(MANDIR)/e3.$(MANSEC) + ${BSD_INSTALL_MAN} e3.man $(MANDIR)/e3.$(MANSEC) clean: - rm -f e3*.o e3*.lst e3 e3em e3pi e3vi e3ws + rm -f e3*.o e3*.lst e3 e3em e3pi e3vi e3ws e3ne diff --git a/editors/e3/files/patch-e3.asm b/editors/e3/files/patch-e3.asm index 0a4484f78014..4401340bc403 100644 --- a/editors/e3/files/patch-e3.asm +++ b/editors/e3/files/patch-e3.asm @@ -1,13 +1,13 @@ ---- e3.asm.orig Wed Dec 27 22:00:59 2000 -+++ e3.asm Wed Dec 27 22:01:04 2000 -@@ -3169,8 +3169,8 @@ +--- e3.asm Wed Jan 3 14:21:19 2001 ++++ e3.asm.new Wed Jan 3 14:21:47 2001 +@@ -3620,8 +3620,8 @@ dw KeyVICmdI -_start ;33h dw KeyVICmdR -_start ;34h dw KeyVICmdd -_start ;35h - dw KeyHalfPgDn -_start ;36h - dw KeyHalfPgUp -_start ;37h -+ dw KeyHalfPgUp -_start ;36h + dw KeyHalfPgDn -_start ;37h ++ dw KeyHalfPgUp -_start ;36h dw KeyVI1Char -_start ;38h - dw KeyEmaCtrlS -_start ;39h - dw KeyEmaCtrlR -_start ;3Ah + dw KeyVIfsearch -_start ;39h + dw KeyVIbsearch -_start ;3Ah |