Ticket #13084: matplotlib-13084.diff

File matplotlib-13084.diff, 1.8 KB (added by skymoo (Adam Mercer), 16 years ago)

potential fix

  • python/py-matplotlib/Portfile

    === modified file 'python/py-matplotlib/Portfile'
     
    7575
    7676post-destroot {
    7777        xinstall -m 755 -d ${destroot}/${prefix}/share/doc/${name} \
    78                 ${destroot}/${prefix}/share/matplotlib
     78                ${destroot}/${prefix}/share/${name}
    7979        xinstall -m 644 -W ${worksrcpath} API_CHANGES CHANGELOG INSTALL \
    8080                INTERACTIVE KNOWN_BUGS README TODO \
    8181                ${destroot}/${prefix}/share/doc/${name}
    8282        file copy ${worksrcpath}/license \
    8383                ${destroot}/${prefix}/share/doc/${name}
    8484        file copy ${worksrcpath}/examples \
    85                 ${destroot}/${prefix}/share/matplotlib
     85                ${destroot}/${prefix}/share/${name}
    8686}
    8787
    8888variant gtk2 conflicts tkinter wxpython description "Use gtkAgg for interactive plotting" {
  • python/py25-matplotlib/Portfile

    === modified file 'python/py25-matplotlib/Portfile'
     
    7676
    7777post-destroot {
    7878        xinstall -m 755 -d ${destroot}/${prefix}/share/doc/${name} \
    79                 ${destroot}/${prefix}/share/matplotlib
     79                ${destroot}/${prefix}/share/${name}
    8080        xinstall -m 644 -W ${worksrcpath} API_CHANGES CHANGELOG INSTALL \
    8181                INTERACTIVE KNOWN_BUGS README TODO \
    8282                ${destroot}/${prefix}/share/doc/${name}
    8383        file copy ${worksrcpath}/license \
    8484                ${destroot}/${prefix}/share/doc/${name}
    8585        file copy ${worksrcpath}/examples \
    86                 ${destroot}/${prefix}/share/matplotlib
     86                ${destroot}/${prefix}/share/${name}
    8787}
    8888
    8989variant gtk2 conflicts tkinter wxpython description "Use gtkAgg for interactive plotting" {