[99041] trunk/dports/python/py-tables/Portfile

ryandesign at macports.org ryandesign at macports.org
Wed Oct 24 15:36:21 PDT 2012


Revision: 99041
          http://trac.macports.org//changeset/99041
Author:   ryandesign at macports.org
Date:     2012-10-24 15:36:21 -0700 (Wed, 24 Oct 2012)
Log Message:
-----------
py-tables: fix docdir (#36714)

Modified Paths:
--------------
    trunk/dports/python/py-tables/Portfile

Modified: trunk/dports/python/py-tables/Portfile
===================================================================
--- trunk/dports/python/py-tables/Portfile	2012-10-24 22:30:54 UTC (rev 99040)
+++ trunk/dports/python/py-tables/Portfile	2012-10-24 22:36:21 UTC (rev 99041)
@@ -6,6 +6,7 @@
 set realname        tables
 name                py-${realname}
 version             2.4.0
+revision            1
 python.versions     25 26 27
 python.default_version 27
 categories          python science
@@ -46,10 +47,10 @@
                         port:py${python.version}-scientific \
                         port:py${python.version}-cython
     post-destroot    {
-        xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
+        xinstall -m 755 -d ${destroot}${prefix}/share/doc/${subport}
         xinstall -m 644 -W ${worksrcpath} ANNOUNCE.txt LICENSE.txt README.txt \
             RELEASE_NOTES.txt THANKS VERSION \
-            ${destroot}${prefix}/share/doc/${name}
+            ${destroot}${prefix}/share/doc/${subport}
     }
 }
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20121024/07a2c64d/attachment.html>


More information about the macports-changes mailing list