mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
c3c83d8ae3
- Rework pkg-plist based on 'make makeplist' Release notes: http://bestpractical.com/release-notes/rt/4.2.4
45 lines
1.3 KiB
Plaintext
45 lines
1.3 KiB
Plaintext
--- ./config.layout.orig 2014-05-06 17:59:04.000000000 +0100
|
|
+++ ./config.layout 2014-05-14 15:26:37.717215779 +0100
|
|
@@ -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.
|