=== modified file 'python/py-matplotlib/Portfile'
|
|
|
75 | 75 | |
76 | 76 | post-destroot { |
77 | 77 | xinstall -m 755 -d ${destroot}/${prefix}/share/doc/${name} \ |
78 | | ${destroot}/${prefix}/share/matplotlib |
| 78 | ${destroot}/${prefix}/share/${name} |
79 | 79 | xinstall -m 644 -W ${worksrcpath} API_CHANGES CHANGELOG INSTALL \ |
80 | 80 | INTERACTIVE KNOWN_BUGS README TODO \ |
81 | 81 | ${destroot}/${prefix}/share/doc/${name} |
82 | 82 | file copy ${worksrcpath}/license \ |
83 | 83 | ${destroot}/${prefix}/share/doc/${name} |
84 | 84 | file copy ${worksrcpath}/examples \ |
85 | | ${destroot}/${prefix}/share/matplotlib |
| 85 | ${destroot}/${prefix}/share/${name} |
86 | 86 | } |
87 | 87 | |
88 | 88 | variant gtk2 conflicts tkinter wxpython description "Use gtkAgg for interactive plotting" { |
=== modified file 'python/py25-matplotlib/Portfile'
|
|
|
76 | 76 | |
77 | 77 | post-destroot { |
78 | 78 | xinstall -m 755 -d ${destroot}/${prefix}/share/doc/${name} \ |
79 | | ${destroot}/${prefix}/share/matplotlib |
| 79 | ${destroot}/${prefix}/share/${name} |
80 | 80 | xinstall -m 644 -W ${worksrcpath} API_CHANGES CHANGELOG INSTALL \ |
81 | 81 | INTERACTIVE KNOWN_BUGS README TODO \ |
82 | 82 | ${destroot}/${prefix}/share/doc/${name} |
83 | 83 | file copy ${worksrcpath}/license \ |
84 | 84 | ${destroot}/${prefix}/share/doc/${name} |
85 | 85 | file copy ${worksrcpath}/examples \ |
86 | | ${destroot}/${prefix}/share/matplotlib |
| 86 | ${destroot}/${prefix}/share/${name} |
87 | 87 | } |
88 | 88 | |
89 | 89 | variant gtk2 conflicts tkinter wxpython description "Use gtkAgg for interactive plotting" { |