pkgsrc/www/apache/files/config.layout

21 lines
631 B
Text

# $NetBSD: config.layout,v 1.7 2004/11/15 15:05:34 sketch Exp $
<Layout pkgsrc>
prefix: @PREFIX@
exec_prefix: @PREFIX@
bindir: ${exec_prefix}/bin
sbindir: ${exec_prefix}/sbin
libexecdir: ${exec_prefix}/lib/httpd
mandir: ${prefix}/man
sysconfdir: @PKG_SYSCONFDIR@
datadir: ${prefix}/share/httpd
iconsdir: ${prefix}/share/httpd/icons
htdocsdir: ${prefix}/share/httpd/htdocs
manualdir: ${prefix}/share/httpd/htdocs/manual
cgidir: ${exec_prefix}/libexec/cgi-bin
includedir: ${prefix}/include/httpd
localstatedir: @VARBASE@/httpd
runtimedir: @VARBASE@/run
logfiledir: @VARBASE@/log/httpd
proxycachedir: @VARBASE@/httpd/proxy
</Layout>