13 lines
427 B
Text
13 lines
427 B
Text
$NetBSD: patch-aa,v 1.13 2010/02/11 18:58:47 joerg Exp $
|
|
|
|
--- Makefile.orig 2003-03-22 17:01:56.000000000 +0100
|
|
+++ Makefile
|
|
@@ -46,7 +46,7 @@ prefix = /usr/local
|
|
exec_prefix = ${prefix}
|
|
bindir = $(ROOT)${exec_prefix}/bin
|
|
mandir = $(ROOT)${prefix}/man/man1
|
|
-resdir = $(ROOT)/usr/X11R6/lib/X11
|
|
+resdir = $(ROOT)$(PREFIX)/lib/X11
|
|
|
|
# if you have perl set the path here, else just leave it alone
|
|
PERL = /usr/bin/perl
|