ports/www/rt40/files/patch-config.layout
Matthew Seaman e03d7699ce Update to 4.0.19
Note that this upgrade includes applying significant schema changes
for mysql.  Users are advised to verify their backups before
upgrading.

ChangeLog: http://blog.bestpractical.com/2014/01/rt-4019-released.html
2014-01-14 18:58:28 +00:00

38 lines
1.1 KiB
Text

--- ./config.layout.orig 2014-01-07 01:01:22.000000000 +0000
+++ ./config.layout 2014-01-14 07:32:38.755253941 +0000
@@ -97,14 +97,14 @@
</Layout>
<Layout FreeBSD>
- prefix: /usr/local
+ prefix: %%PREFIX%%
exec_prefix: ${prefix}
bindir: ${exec_prefix}/bin
sbindir: ${exec_prefix}/sbin
sysconfdir: ${prefix}/etc+
mandir: ${prefix}/man
plugindir: ${prefix}/plugins
- libdir: ${prefix}/lib+
+ libdir: %%SITE_PERL%%
datadir: ${prefix}/share+
htmldir: ${datadir}/html
lexdir: ${datadir}/po
@@ -114,12 +114,12 @@
localstatedir: /var/run+
masonstatedir: ${localstatedir}/mason_data
sessionstatedir: ${localstatedir}/session_data
- customdir: ${prefix}/share+
- custometcdir: ${customdir}/local/etc
- customhtmldir: ${customdir}/local/html
- customlexdir: ${customdir}/local/po
- customlibdir: ${customdir}/local/lib
- customplugindir: ${customdir}/local/plugins
+ customdir: ${prefix}
+ custometcdir: ${datadir}/etc
+ customhtmldir: ${customdir}/www+
+ customlexdir: ${datadir}/po
+ customlibdir: ${datadir}/lib
+ customplugindir: ${datadir}/plugins
</Layout>
<Layout Win32>