ports/www/rt42/files/patch-config.layout
Matthew Seaman 1a40fc1884 Update to 4.2.14
Remove patch files from the last round of security patches: these have
now been incorporated in the release.

Add license

Update to use some additional options-helpers features

ChangeLog:    https://docs.bestpractical.com/release-notes/rt/4.2.14
2017-07-27 18:57:51 +00:00

44 lines
1.3 KiB
Text

--- ./config.layout.orig 2017-07-12 14:22:49 UTC
+++ ./config.layout
@@ -103,31 +103,31 @@
</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
- staticdir: ${datadir}/static
+ staticdir: ${datadir}/static
fontdir: ${datadir}/fonts
manualdir: ${prefix}/share/doc+
logfiledir: /var/log
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
- customstaticdir: ${customdir}/static
- customlibdir: ${customdir}/local/lib
- customplugindir: ${customdir}/local/plugins
+ customdir: ${prefix}
+ custometcdir: ${datadir}/etc
+ customhtmldir: ${customdir}/www+
+ customlexdir: ${datadir}/po
+ customstaticdir: ${datadir}/static
+ customlibdir: ${datadir}/lib
+ customplugindir: ${datadir}/plugins
</Layout>
# RH path layout.