aboutsummaryrefslogtreecommitdiffstats
path: root/www/rt38/files/patch-config.layout
blob: 2e7802fbb112afd31871eccf28d74a0f68e83fef (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
--- config.layout.orig  2010-08-22 04:48:20.000000000 +0200
+++ config.layout   2010-08-22 04:50:50.000000000 +0200
@@ -91,27 +91,28 @@
 </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
+  sharedir:        ${prefix}/share+
   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
-  customlibdir:        ${customdir}/local/lib
+  customdir:       ${prefix}
+  custometcdir:        ${datadir}/etc
+  customhtmldir:   ${customdir}/www+
+  customlexdir:        ${datadir}/po
+  customlibdir:        ${datadir}/lib
 </Layout>
 
 <Layout Win32>