15 lines
493 B
Text
15 lines
493 B
Text
$NetBSD: patch-Makefile,v 1.1 2016/03/24 10:53:17 youri Exp $
|
|
|
|
Install doc file in share instead of lib
|
|
|
|
--- Makefile.in.orig 2016-03-23 17:51:29.000000000 +0100
|
|
+++ Makefile.in 2016-03-24 11:04:24.197693519 +0100
|
|
@@ -32,7 +32,7 @@
|
|
|
|
# This is where the library file (tutorial) goes.
|
|
#LIBDIR=/usr/local/share/$(name) # reno
|
|
-LIBDIR=${prefix}/lib/$(name)
|
|
+LIBDIR=${prefix}/share/$(name)
|
|
LIBRARY=-DLIBDIR=\"${LIBDIR}\"
|
|
|
|
# Set SIMPLE for lex.c if you don't want arrow keys or lex.c blows up
|