38 lines
1 KiB
Text
38 lines
1 KiB
Text
$NetBSD: patch-aq,v 1.1 2000/09/21 08:49:49 sakamoto Exp $
|
|
|
|
--- preconf/X11ccNetBSD/tMakefile.orig Thu Sep 21 06:28:06 2000
|
|
+++ preconf/X11ccNetBSD/tMakefile Thu Sep 21 06:30:31 2000
|
|
@@ -39,12 +39,12 @@
|
|
# where the binaries go
|
|
# BINDIR = /usr/local/bin/
|
|
# BINDIR = /RW/esprit/users/sander/PUBLIC/CMD/
|
|
-BINDIR = /usr/X11R6/bin
|
|
+BINDIR = ${PREFIX}/bin
|
|
|
|
# where the manual pages go
|
|
# MANDIR = /usr/local/man/manl/
|
|
# MANDIR = /RW/esprit/users/sander/PUBLIC/MAN/
|
|
-MANDIR = /usr/X11R6/man/manl
|
|
+MANDIR = ${PREFIX}/man/manl
|
|
|
|
# what the manual extension is
|
|
MANEXT = l
|
|
@@ -105,7 +105,7 @@
|
|
# then please use
|
|
# INCLUDES = -I/usr/local/X11/include/
|
|
# INCLUDES = -I/RW/esprit/X11R5/include/
|
|
-INCLUDES = -I/usr/X11R6/include/
|
|
+INCLUDES = -I${X11BASE}/include/
|
|
|
|
# Library directories
|
|
# For Sunview, this should be enough, because on Suns, Sunview
|
|
@@ -118,7 +118,7 @@
|
|
# then please use
|
|
# LIBPATH = -L/usr/local/X11/lib/
|
|
# LIBPATH = -L/RW/esprit/X11R5/lib/
|
|
-LIBPATH = -L/usr/X11R6/lib/
|
|
+LIBPATH = -L${X11BASE}/lib/
|
|
|
|
# Libraries
|
|
# Libraries for SunView
|
|
|