1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-14 23:46:10 +00:00
freebsd-ports/vietnamese/vnelvis/files/patch-01
David E. O'Brien b93ba8e95c VNElvis is a clone of vi/ex (the standard UNIX editor) that allows the
displaying and editing of documents in the Vietnamese 8-bit VISCII (VIetnamese
Standard Code for Information Interchange) data format using the 7-bit VIQR
(VIetnamese Quoted Readable) input method.
1996-12-06 12:37:38 +00:00

27 lines
690 B
Plaintext

--- Makefile.orig Tue May 19 11:57:57 1992
+++ Makefile Thu Dec 5 00:36:53 1996
@@ -115,7 +115,7 @@
EXTRA=
EXTRA2=
LIBS= $(VNLIBDIR)/libviqr.a $(VNLIBDIR)/libvntype.a -ltermcap
-BIN= /usr/local/bin
+BIN= ${PREFIX}
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 $(BIN)/vnelvis $(BIN)/vnvi
+ -ln $(BIN)/vnelvis $(BIN)/vnex
+ -ln $(BIN)/vnelvis $(BIN)/vnview
+ -ln $(BIN)/vnelvis $(BIN)/vninput
inst.dos: $(DUMMY)
copy $(PROGS) $(BIN)