a020ed9056
have been converted to USE_BUILDLINK2.
31 lines
1 KiB
Text
31 lines
1 KiB
Text
$NetBSD: patch-ad,v 1.5 2002/08/25 21:51:56 jlam Exp $
|
|
|
|
--- config.layout.orig Fri May 17 23:49:30 2002
|
|
+++ config.layout Wed Jun 19 07:39:33 2002
|
|
@@ -298,3 +298,26 @@
|
|
installbuilddir: ${prefix}/etc/apache2/build
|
|
errordir: ${datadir}/error
|
|
</Layout>
|
|
+
|
|
+# NetBSD (pkgsrc) layout
|
|
+<Layout NetBSD>
|
|
+ prefix: /usr/pkg
|
|
+ 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>
|