summaryrefslogtreecommitdiff
path: root/editors/ex/patches/patch-aa
blob: 7f9307623316c636ebb970c47cf64103f867a416 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
$NetBSD: patch-aa,v 1.4 2004/02/18 21:29:10 kristerw Exp $

--- Makefile.orig	2004-01-03 23:22:47.000000000 +0900
+++ Makefile	2004-02-16 07:24:39.000000000 +0900
@@ -83,13 +83,15 @@
 BINDIR		= bin
 LIBEXECDIR	= libexec
 MANDIR		= man
-DESTDIR		= /usr/local
-PRESERVEDIR	= /var/preserve
+#DESTDIR	= /usr/local
+DESTDIR		= ${PREFIX}
+PRESERVEDIR	= /var/tmp/vi.recover
 
 #
 # A BSD-like install program. GNU install will fit well here, too.
 #
-INSTALL		= /usr/ucb/install
+#INSTALL	= /usr/ucb/install
+INSTALL		= ${BSD_INSTALL}
 
 #
 # Compiler and linker flags.
@@ -140,9 +142,9 @@
 # advanced multibyte character support etc. which might not be present
 # on your system.
 #
-REINC	= -I./libuxre -DUXRE
-RELIB	= -L./libuxre -luxre
-RETGT	= uxre
+#REINC	= -I./libuxre -DUXRE
+#RELIB	= -L./libuxre -luxre
+#RETGT	= uxre
 
 #
 # These settings should be correct for any modern Unix.
@@ -182,7 +184,7 @@
 # On System V, the terminfo library may be more accurate than the termcap
 # file. To use it, link against the curses library.
 #
-#TERMLIB	= curses
+TERMLIB	= curses
 #
 # You may also get terminfo access by using the ncurses library.
 #
@@ -191,7 +193,7 @@
 # The preferred choice for ex on Linux and other systems that provide a good
 # termcap file is the 2.11BSD termcap library included here.
 #
-TERMLIB	= termlib
+#TERMLIB	= termlib
 
 #
 # Since ex uses sbrk() internally, a conflict with the libc's version of