blob: 13cd338ef48811275ae197093e90f44e53e474a2 (
plain)
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
|
$NetBSD: patch-ad,v 1.7 2005/04/25 09:13:14 adam Exp $
--- config.layout.orig 2004-11-24 19:31:09.000000000 +0000
+++ config.layout
@@ -322,3 +322,26 @@
installbuilddir: ${prefix}/etc/apache2/build
errordir: ${datadir}/error
</Layout>
+
+# NetBSD (pkgsrc) layout
+<Layout NetBSD>
+ prefix: @PREFIX@
+ exec_prefix: ${prefix}
+ bindir: ${exec_prefix}/bin
+ sbindir: ${exec_prefix}/sbin
+ libexecdir: ${exec_prefix}/lib/httpd
+ mandir: ${prefix}/man
+ sysconfdir: ${prefix}/etc/httpd
+ datadir: ${prefix}/share/httpd
+ installbuilddir: ${datadir}/build
+ errordir: ${datadir}/error
+ iconsdir: ${datadir}/icons
+ htdocsdir: ${datadir}/htdocs
+ manualdir: ${datadir}/manual
+ cgidir: ${exec_prefix}/libexec/cgi-bin
+ includedir: ${prefix}/include/httpd
+ localstatedir: /var
+ runtimedir: ${localstatedir}/run
+ logfiledir: ${localstatedir}/log/httpd
+ proxycachedir: ${localstatedir}/db/httpd/proxy
+</Layout>
|