aboutsummaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorNeil Blakey-Milner <nbm@FreeBSD.org>2001-01-04 09:38:37 +0000
committerNeil Blakey-Milner <nbm@FreeBSD.org>2001-01-04 09:38:37 +0000
commit0bf09cf94582dc3995d06e0459db935861a1568b (patch)
tree22b130f07a825639d1f2d204a7a30abbf6f01977 /editors
parent5a4475264efe0f14292558829401c1d8ce79a050 (diff)
downloadports-0bf09cf94582dc3995d06e0459db935861a1568b.tar.gz
ports-0bf09cf94582dc3995d06e0459db935861a1568b.zip
Notes
Diffstat (limited to 'editors')
-rw-r--r--editors/e3/Makefile4
-rw-r--r--editors/e3/distinfo2
-rw-r--r--editors/e3/files/patch-Makefile13
-rw-r--r--editors/e3/files/patch-e3.asm12
-rw-r--r--editors/e3/pkg-plist1
5 files changed, 16 insertions, 16 deletions
diff --git a/editors/e3/Makefile b/editors/e3/Makefile
index a24de24ff1e1..64aa54606125 100644
--- a/editors/e3/Makefile
+++ b/editors/e3/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= e3
-PORTVERSION= 1.1
+PORTVERSION= 1.4
CATEGORIES= editors
MASTER_SITES= http://www.sax.de/~adlibit/
@@ -14,8 +14,6 @@ MAINTAINER= joseph@randomnetworks.com
BUILD_DEPENDS= nasm:${PORTSDIR}/devel/nasm
-WRKSRC= ${WRKDIR}/${DISTNAME}a
-
USE_GMAKE= yes
MAKE_ARGS= OS=FREEBSD
ONLY_FOR_ARCH= i386
diff --git a/editors/e3/distinfo b/editors/e3/distinfo
index 0d648bb59acf..21171944ae19 100644
--- a/editors/e3/distinfo
+++ b/editors/e3/distinfo
@@ -1 +1 @@
-MD5 (e3-1.1.tar.gz) = 51576bff69bfb0f35a9a517a5244f4fa
+MD5 (e3-1.4.tar.gz) = a25dc29af205ac9cb3d49e6199d7add0
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
diff --git a/editors/e3/pkg-plist b/editors/e3/pkg-plist
index 39ba1852c491..69372996ba21 100644
--- a/editors/e3/pkg-plist
+++ b/editors/e3/pkg-plist
@@ -1,5 +1,6 @@
bin/e3
bin/e3em
+bin/e3ne
bin/e3pi
bin/e3vi
bin/e3ws