aboutsummaryrefslogtreecommitdiffstats
path: root/vietnamese/vnelvis/files/patch-01
diff options
context:
space:
mode:
Diffstat (limited to 'vietnamese/vnelvis/files/patch-01')
-rw-r--r--vietnamese/vnelvis/files/patch-0137
1 files changed, 0 insertions, 37 deletions
diff --git a/vietnamese/vnelvis/files/patch-01 b/vietnamese/vnelvis/files/patch-01
deleted file mode 100644
index a19b0dedb33d..000000000000
--- a/vietnamese/vnelvis/files/patch-01
+++ /dev/null
@@ -1,37 +0,0 @@
---- Makefile.orig Tue May 19 11:57:57 1992
-+++ Makefile Sat Feb 10 19:55:12 2001
-@@ -1,8 +1,8 @@
- #
- # TriChlor VN libraries and includes
- #
--VNLIBDIR = ../lib
--VNINCDIR = ../include
-+VNLIBDIR = $(PREFIX)/lib
-+VNINCDIR = $(PREFIX)/include/viet
-
- # combined Makefile for ELVIS - a clone of `vi`
- #
-@@ -115,7 +115,7 @@
- EXTRA=
- EXTRA2=
- LIBS= $(VNLIBDIR)/libviqr.a $(VNLIBDIR)/libvntype.a -ltermcap
--BIN= /usr/local/bin
-+BIN= ${PREFIX}/bin
- CFLAGS= -Dbsd -I$(VNINCDIR)
- OF= -s -o
- RF= -c
-@@ -357,10 +357,10 @@
- cp $(PROGS) $(BIN)
- (cd $(BIN); chmod 755 $(PROGS))
- (cd $(BIN); chown bin $(PROGS))
-- -ln $(BIN)/vnelvis $(BIN)/vi
-- -ln $(BIN)/vnelvis $(BIN)/ex
-- -ln $(BIN)/vnelvis $(BIN)/view
-- -ln $(BIN)/vnelvis $(BIN)/input
-+ -ln -sf $(BIN)/vnelvis $(BIN)/vnvi
-+ -ln -sf $(BIN)/vnelvis $(BIN)/vnex
-+ -ln -sf $(BIN)/vnelvis $(BIN)/vnview
-+ -ln -sf $(BIN)/vnelvis $(BIN)/vninput
-
- inst.dos: $(DUMMY)
- copy $(PROGS) $(BIN)