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
55
56
57
58
59
60
61
62
63
|
$NetBSD: patch-aa,v 1.1.1.1 2005/02/25 15:54:59 is Exp $
--- Configuration.orig 1999-08-14 01:42:02.000000000 +0200
+++ Configuration
@@ -26,13 +26,13 @@ VERSION = "SR version 2.3.2, August 1999
# MAN5: directory in which to install the srmap/srtrace(5) man pages
# (extension will be `tr 1 5` of MANEXT)
-SRSRC = /usr/local/src/sr
-SRCMD = /usr/local/bin
-SRLIB = /usr/local/lib/sr
-MAN1 = /usr/man/manl
-MAN3 = /usr/man/manl
-MAN5 = /usr/man/manl
-MANEXT = l
+SRSRC = _WRKSRC_
+SRCMD = _LOCALBASE_/bin
+SRLIB = _LOCALBASE_/lib/sr
+MAN1 = _LOCALBASE_/man/man1
+MAN3 = _LOCALBASE_/man/man3
+MAN5 = _LOCALBASE_/man/man5
+MANEXT = 1
@@ -54,8 +54,8 @@ MANEXT = l
# for Sun Solaris with Sun's C compiler use: CCPATH = /opt/SUNWspro/bin/cc
# for Linux, NetBSD, FreeBSD, or SGI Irix use: CCPATH = /usr/bin/cc
-CCPATH = /bin/cc
-RSHPATH = /usr/ucb/rsh
+CCPATH = /usr/bin/cc
+RSHPATH = /usr/bin/ssh
@@ -81,7 +81,7 @@ RSHPATH = /usr/ucb/rsh
# LIBC = , LIBR = , LIBM = -lm
LIBC =
-LIBR = -L/usr/X11/lib
+LIBR = -L/usr/X11R6/lib
LIBM = -lm
@@ -98,7 +98,7 @@ LIBM = -lm
# for NetBSD, set XINCL = /usr/X386/include
# for Linux, set XINCL = /usr/X11/include
-XINCL = /usr/include
+XINCL = /usr/X11R6/include
XTANGO =
@@ -107,7 +107,7 @@ XTANGO =
#
# Set these definitions empty if your system does not have vgrind.
-VFPATH = /usr/lib/vfontedpr
+VFPATH =
VGMACS =
|