From 79500ae1f715a243c45edc60bdc3e7e4d6115388 Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Sun, 5 Sep 2021 04:54:29 +0200 Subject: readline-incdec: Install Bash files to `${prefix}/share/readline-incdec` Previously, the files would be installed directly into `prefix`, meaning you would have `/opt/local/incdec.bash`. That doesn't make sense, and caused the following MacPorts error: Warning: violation by /opt/local/incdec-bindings.bash Warning: violation by /opt/local/incdec.bash Warning: readline-incdec violates the layout of the ports-filesystems! Warning: Please fix or indicate this misbehavior (if it is intended), it will be an error in future releases! Instead, install the Bash files to `${prefix}/share/readline-incdec/`. --- sysutils/readline-incdec/Portfile | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/sysutils/readline-incdec/Portfile b/sysutils/readline-incdec/Portfile index cc42409..51c4b10 100644 --- a/sysutils/readline-incdec/Portfile +++ b/sysutils/readline-incdec/Portfile @@ -23,9 +23,11 @@ use_configure no build {} destroot { + xinstall -d ${destroot}${prefix}/share/${name} + xinstall -m 644 ${worksrcpath}/incdec.bash \ ${worksrcpath}/incdec-bindings.bash \ - ${destroot}${prefix} + ${destroot}${prefix}/share/readline-incdec/ xinstall -m 644 ${worksrcpath}/doc/incdec.7 \ ${destroot}${prefix}/share/man/man7 } @@ -34,9 +36,9 @@ notes " The Incdec shell functions must be sourced in order to use them. Add the following line to your Bash profile: - source ${prefix}/incdec.bash + source ${prefix}/share/${name}/incdec.bash To enable the default bindings, also add: - source ${prefix}/incdec-bindings.bash + source ${prefix}/share/${name}/incdec-bindings.bash " -- cgit v1.2.3 erentials-lines--search-for-routes-by-first-and-last-stop-area-name Chouette manage transport static data
aboutsummaryrefslogtreecommitdiffstats
path: root/config/locales/compliance_check_messages.fr.yml
blob: 167ef411a57b43e26a673b5626e54d129e2b110d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32