diff options
author | matthew <matthew@FreeBSD.org> | 2013-12-22 05:36:12 +0800 |
---|---|---|
committer | matthew <matthew@FreeBSD.org> | 2013-12-22 05:36:12 +0800 |
commit | bd1e4b94d6d19a755583094db0d5236e96938fa7 (patch) | |
tree | 56ea877fbf9fc740e290a2f1ca7d5b83bb55fc58 /www | |
parent | f53f3e5d9dcfcbef8b57c1740c1139bd64aa6d1e (diff) | |
download | freebsd-ports-gnome-bd1e4b94d6d19a755583094db0d5236e96938fa7.tar.gz freebsd-ports-gnome-bd1e4b94d6d19a755583094db0d5236e96938fa7.tar.zst freebsd-ports-gnome-bd1e4b94d6d19a755583094db0d5236e96938fa7.zip |
Fix support for alternate perl versions, and (while I'm here)
non-standard $PREFIX settings.
PR: ports/185044
Reported by: ler@lerctr.org
Diffstat (limited to 'www')
-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 |