mirror of
https://git.freebsd.org/ports.git
synced 2025-05-04 23:47:37 -04:00
RT is a battle-tested issue tracking system which thousands of organizations use for bug tracking, help desk ticketing, customer service, workflow processes, change management, network operations, youth counselling and even more. Organizations around the world have been running smoothly thanks to RT for over 10 years. WWW: http://www.bestpractical.com/rt/ Changelog: https://github.com/bestpractical/rt/releases/tag/rt-5.0.0
44 lines
1.3 KiB
Text
44 lines
1.3 KiB
Text
--- ./config.layout.orig 2014-05-06 17:59:04 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.
|