[31210] trunk/dports/python

jochen at macports.org jochen at macports.org
Sun Nov 18 03:17:47 PST 2007


Revision: 31210
          http://trac.macosforge.org/projects/macports/changeset/31210
Author:   jochen at macports.org
Date:     2007-11-18 03:17:45 -0800 (Sun, 18 Nov 2007)

Log Message:
-----------
Fix #13084 using patch by ram at macports.org.

Modified Paths:
--------------
    trunk/dports/python/py-matplotlib/Portfile
    trunk/dports/python/py25-matplotlib/Portfile

Modified: trunk/dports/python/py-matplotlib/Portfile
===================================================================
--- trunk/dports/python/py-matplotlib/Portfile	2007-11-18 10:52:58 UTC (rev 31209)
+++ trunk/dports/python/py-matplotlib/Portfile	2007-11-18 11:17:45 UTC (rev 31210)
@@ -75,14 +75,14 @@
 
 post-destroot {
         xinstall -m 755 -d ${destroot}/${prefix}/share/doc/${name} \
-                ${destroot}/${prefix}/share/matplotlib
+                ${destroot}/${prefix}/share/${name}
         xinstall -m 644 -W ${worksrcpath} API_CHANGES CHANGELOG INSTALL \
                 INTERACTIVE KNOWN_BUGS README TODO \
                 ${destroot}/${prefix}/share/doc/${name}
         file copy ${worksrcpath}/license \
                 ${destroot}/${prefix}/share/doc/${name}
         file copy ${worksrcpath}/examples \
-                ${destroot}/${prefix}/share/matplotlib
+                ${destroot}/${prefix}/share/${name}
 }
 
 variant gtk2 conflicts tkinter wxpython description "Use gtkAgg for interactive plotting" {

Modified: trunk/dports/python/py25-matplotlib/Portfile
===================================================================
--- trunk/dports/python/py25-matplotlib/Portfile	2007-11-18 10:52:58 UTC (rev 31209)
+++ trunk/dports/python/py25-matplotlib/Portfile	2007-11-18 11:17:45 UTC (rev 31210)
@@ -76,14 +76,14 @@
 
 post-destroot {
         xinstall -m 755 -d ${destroot}/${prefix}/share/doc/${name} \
-                ${destroot}/${prefix}/share/matplotlib
+                ${destroot}/${prefix}/share/${name}
         xinstall -m 644 -W ${worksrcpath} API_CHANGES CHANGELOG INSTALL \
                 INTERACTIVE KNOWN_BUGS README TODO \
                 ${destroot}/${prefix}/share/doc/${name}
         file copy ${worksrcpath}/license \
                 ${destroot}/${prefix}/share/doc/${name}
         file copy ${worksrcpath}/examples \
-                ${destroot}/${prefix}/share/matplotlib
+                ${destroot}/${prefix}/share/${name}
 }
 
 variant gtk2 conflicts tkinter wxpython description "Use gtkAgg for interactive plotting" {

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20071118/3de2403d/attachment.html


More information about the macports-changes mailing list