Property changes on: files/wrapper.in
___________________________________________________________________
Added: svn:executable
+ *
Added: svn:eol-style
+ native
|
|
|
6 | 6 | name reduce-algebra |
7 | 7 | svn.revision 1530 |
8 | 8 | version 3.8.0-r${svn.revision} |
| 9 | revision 1 |
9 | 10 | categories math |
10 | 11 | platforms darwin |
11 | 12 | license BSD |
… |
… |
|
55 | 56 | eval copy [glob ${worksrcpath}/scripts/*] ${destroot}${dest_dir}/scripts |
56 | 57 | |
57 | 58 | xinstall ${worksrcpath}/config.guess ${destroot}${dest_dir} |
| 59 | |
| 60 | xinstall ${filespath}/wrapper.in ${destroot}${prefix}/bin/redpsl |
| 61 | reinplace "s|@PREFIX@|${prefix}|g" ${destroot}${prefix}/bin/redpsl |
58 | 62 | } |
59 | 63 | |
60 | 64 | variant html description {Install documentation in HTML format} { |
… |
… |
|
86 | 90 | } |
87 | 91 | |
88 | 92 | livecheck.type none |
89 | | |
90 | | notes " |
91 | | To use the PSL version of Reduce, add this directory to your PATH environment variable: |
92 | | ${prefix}/libexec/reduce-algebra/bin/ |
93 | | " |