diff options
-rw-r--r-- | editors/e3/Makefile | 2 | ||||
-rw-r--r-- | editors/e3/distinfo | 2 | ||||
-rw-r--r-- | editors/e3/files/patch-Makefile | 12 |
3 files changed, 8 insertions, 8 deletions
diff --git a/editors/e3/Makefile b/editors/e3/Makefile index c291b41..b3c3fc4 100644 --- a/editors/e3/Makefile +++ b/editors/e3/Makefile @@ -6,7 +6,7 @@ # PORTNAME= e3 -PORTVERSION= 1.71 +PORTVERSION= 2.0 CATEGORIES= editors MASTER_SITES= http://www.sax.de/~adlibit/ diff --git a/editors/e3/distinfo b/editors/e3/distinfo index dbb0572..f7159b1 100644 --- a/editors/e3/distinfo +++ b/editors/e3/distinfo @@ -1 +1 @@ -MD5 (e3-1.71.tar.gz) = 47ce6e05662c055d434c3e3c79723ba4 +MD5 (e3-2.0.tar.gz) = 910250247a7714bc74924a5e6364cdc4 diff --git a/editors/e3/files/patch-Makefile b/editors/e3/files/patch-Makefile index ebc57cd..6773f47 100644 --- a/editors/e3/files/patch-Makefile +++ b/editors/e3/files/patch-Makefile @@ -1,5 +1,5 @@ ---- Makefile Wed Jan 3 14:19:05 2001 -+++ Makefile.new Wed Jan 3 14:20:50 2001 +--- Makefile.orig Fri Nov 9 10:38:26 2001 ++++ Makefile Mon Dec 24 17:54:32 2001 @@ -8,7 +8,7 @@ # 2. edit dest dir prefix if you want.... @@ -9,9 +9,9 @@ #PREFIX=/boot/home -@@ -60,13 +60,13 @@ - - install: e3 +@@ -86,13 +86,13 @@ + ln -sf $(BINDIR)/e3 $(BINDIR)/e3ne + else install -d $(PREFIX) $(BINDIR) $(MANDIR) - install -m 755 e3 $(BINDIR) + ${BSD_INSTALL_PROGRAM} e3 $(BINDIR) @@ -22,6 +22,6 @@ ln -sf $(BINDIR)/e3 $(BINDIR)/e3ne - install -m 644 e3.man $(MANDIR)/e3.$(MANSEC) + ${BSD_INSTALL_MAN} e3.man $(MANDIR)/e3.$(MANSEC) + endif clean: - rm -f e3*.o e3*.lst e3 e3em e3pi e3vi e3ws e3ne |