mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-01 05:45:45 +00:00
6abfc55b87
- Also, don't hardcode /usr/local in config.layout PR: porta/130425 Submitted by: Petr Rehor <prehor@gmail.com> Approved by: Steven Kreuzer <skreuzer@exit2shell.com> (maintainer)
37 lines
1.0 KiB
Plaintext
37 lines
1.0 KiB
Plaintext
--- config.layout.orig 2008-08-18 11:13:57.000000000 -0400
|
|
+++ config.layout 2009-01-21 10:35:34.000000000 -0500
|
|
@@ -85,25 +85,26 @@
|
|
</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
|
|
- libdir: ${prefix}/lib+
|
|
+ libdir: %%SITE_PERL%%
|
|
datadir: ${prefix}/share+
|
|
htmldir: ${datadir}/html
|
|
+ sharedir: ${prefix}/share+
|
|
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>
|