diff options
author | Matthew Seaman <matthew@FreeBSD.org> | 2013-12-21 21:36:12 +0000 |
---|---|---|
committer | Matthew Seaman <matthew@FreeBSD.org> | 2013-12-21 21:36:12 +0000 |
commit | e45acda10d125b682108c181e963f5a59e561879 (patch) | |
tree | 56ea877fbf9fc740e290a2f1ca7d5b83bb55fc58 /www/rt42 | |
parent | 5c791958445589365a0d3eb33813ce1dd63d47e0 (diff) | |
download | ports-e45acda10d125b682108c181e963f5a59e561879.tar.gz ports-e45acda10d125b682108c181e963f5a59e561879.zip |
Fix support for alternate perl versions, and (while I'm here)
non-standard $PREFIX settings.
PR: ports/185044
Reported by: ler@lerctr.org
Notes
Notes:
svn path=/head/; revision=337165
Diffstat (limited to 'www/rt42')
-rw-r--r-- | www/rt42/files/patch-config.layout | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/www/rt42/files/patch-config.layout b/www/rt42/files/patch-config.layout index 16e3afba6a9e..8aa0c826df80 100644 --- a/www/rt42/files/patch-config.layout +++ b/www/rt42/files/patch-config.layout @@ -1,11 +1,19 @@ --- ./config.layout.orig 2013-11-13 18:25:50.000000000 +0000 -+++ ./config.layout 2013-12-01 12:29:19.357557589 +0000 -@@ -110,24 +110,24 @@ ++++ ./config.layout 2013-12-21 20:55:02.411251960 +0000 +@@ -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: /usr/local/lib/perl5/site_perl/5.16 ++ libdir: %%SITE_PERL%% datadir: ${prefix}/share+ htmldir: ${datadir}/html lexdir: ${datadir}/po |