summaryrefslogtreecommitdiff
path: root/editors/e3/files/patch-Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'editors/e3/files/patch-Makefile')
-rw-r--r--editors/e3/files/patch-Makefile13
1 files changed, 7 insertions, 6 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