mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-15 15:31:43 -04:00
16 lines
427 B
Plaintext
16 lines
427 B
Plaintext
$NetBSD: patch-configure,v 1.2 2013/04/09 15:57:28 adam Exp $
|
|
|
|
Adjust infodir.
|
|
|
|
--- configure.orig 2012-03-07 14:46:36.000000000 +0000
|
|
+++ configure
|
|
@@ -909,7 +909,7 @@ localstatedir='${prefix}/var'
|
|
includedir='${prefix}/include'
|
|
oldincludedir='/usr/include'
|
|
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
|
|
-infodir='${datarootdir}/info'
|
|
+infodir='${prefix}/info'
|
|
htmldir='${docdir}'
|
|
dvidir='${docdir}'
|
|
pdfdir='${docdir}'
|