39 lines
1.4 KiB
Plaintext
39 lines
1.4 KiB
Plaintext
$OpenBSD: patch-config_layout,v 1.3 2015/10/14 17:45:44 robert Exp $
|
|
--- config.layout.orig Mon Oct 5 20:51:14 2015
|
|
+++ config.layout Mon Oct 5 20:52:13 2015
|
|
@@ -102,6 +102,34 @@
|
|
customplugindir: ${customdir}/plugins
|
|
</Layout>
|
|
|
|
+<Layout OpenBSD>
|
|
+ prefix: /usr/local
|
|
+ exec_prefix: /usr/local
|
|
+ bindir: ${exec_prefix}/bin
|
|
+ sbindir: ${exec_prefix}/sbin
|
|
+ sysconfdir: /etc+
|
|
+ mandir: ${prefix}/man
|
|
+ plugindir: ${prefix}/plugins
|
|
+ libdir: ${prefix}/libdata/perl5/site_perl
|
|
+ datadir: ${prefix}/share+
|
|
+ htmldir: ${datadir}/html
|
|
+ fontdir: ${datadir}/fonts
|
|
+ lexdir: ${datadir}/po
|
|
+ staticdir: ${datadir}/static
|
|
+ manualdir: ${prefix}/share/doc+
|
|
+ localstatedir: /var/www+
|
|
+ logfiledir: /var/log
|
|
+ masonstatedir: ${localstatedir}/mason_data
|
|
+ sessionstatedir: ${localstatedir}/session_data
|
|
+ customdir: ${datadir}/local
|
|
+ custometcdir: ${sysconfdir}/local
|
|
+ customhtmldir: ${customdir}/html
|
|
+ customlexdir: ${customdir}/po
|
|
+ customstaticdir: ${customdir}/static
|
|
+ customlibdir: ${libdir}
|
|
+ customplugindir: ${customdir}/plugins
|
|
+</Layout>
|
|
+
|
|
<Layout FreeBSD>
|
|
prefix: /usr/local
|
|
exec_prefix: ${prefix}
|