mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
90f74536d2
Elvis is intended to be a modern replacement for the classic ex/vi editor. Elvis supports many new features, including multiple edit buffers, multiple windows, multiple user interfaces, and a variety of display modes including plain text, syntax highlighting, hex dump, HTML and man page formatter. PR: 13543 Submitted by: Christian Weisgerber <naddy@unix-ag.uni-kl.de>
12 lines
355 B
Plaintext
12 lines
355 B
Plaintext
--- Makefile.in.orig Tue Jul 6 20:07:31 1999
|
|
+++ Makefile.in Wed Sep 1 16:36:45 1999
|
|
@@ -146,7 +146,7 @@
|
|
OBJS= $(OBJ1) $(OBJ2) $(OBJ3)
|
|
REFOBJS=ref$(OBJ) tag$(OBJ) tagsrch$(OBJ) safe$(OBJ)
|
|
CTOBJS= ctags$(OBJ) tag$(OBJ) safe$(OBJ)
|
|
-CFLAGS= $(FLAGI)os$(OS)
|
|
+CFLAGS+=$(FLAGI)os$(OS)
|
|
EVERY= $(ALL) verify$(EXE) elvdump$(EXE) calc$(EXE)
|
|
SHELL= /bin/sh
|
|
|