mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-18 03:46:03 +00:00
2d0e67ff19
- regenerate patches with 'make makepatch' ChangeLog: http://lists.bestpractical.com/pipermail/rt-announce/2016-July/000288.html
37 lines
1.1 KiB
Plaintext
37 lines
1.1 KiB
Plaintext
--- config.layout.orig 2016-06-08 21:49:02 UTC
|
|
+++ config.layout
|
|
@@ -110,24 +110,24 @@
|
|
sysconfdir: ${prefix}/etc+
|
|
mandir: ${prefix}/man
|
|
plugindir: ${prefix}/plugins
|
|
- libdir: ${prefix}/lib+
|
|
+ libdir: /usr/local/lib/perl5/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.
|