pkgsrc/www/apache2/patches/patch-ad
rillig 6a855c871d The directories for configuration files and log files are now set in the
config.layout file instead of CONFIGURE_ARGS, to avoid defining things
twice. No actual change, since the paths are still the same.

Added all necessary variables to BUILD_DEFS, as reported by pkglint.
2006-08-30 06:16:27 +00:00

31 lines
1 KiB
Text

$NetBSD: patch-ad,v 1.8 2006/08/30 06:16:27 rillig 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: @SYSCONFDIR@
+ 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: @VARBASE@
+ runtimedir: ${localstatedir}/run
+ logfiledir: ${localstatedir}/log/httpd
+ proxycachedir: ${localstatedir}/db/httpd/proxy
+</Layout>