Update to version 2.0.

This commit is contained in:
Steve Price 2001-12-24 23:56:50 +00:00
parent 156b2c2e67
commit e9b2b81b97
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=52129
3 changed files with 8 additions and 8 deletions

View file

@ -6,7 +6,7 @@
#
PORTNAME= e3
PORTVERSION= 1.71
PORTVERSION= 2.0
CATEGORIES= editors
MASTER_SITES= http://www.sax.de/~adlibit/

View file

@ -1 +1 @@
MD5 (e3-1.71.tar.gz) = 47ce6e05662c055d434c3e3c79723ba4
MD5 (e3-2.0.tar.gz) = 910250247a7714bc74924a5e6364cdc4

View file

@ -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