[82499] trunk/dports/python/py-distribute/Portfile

jmr at macports.org jmr at macports.org
Sun Aug 14 19:11:28 PDT 2011


Revision: 82499
          http://trac.macports.org/changeset/82499
Author:   jmr at macports.org
Date:     2011-08-14 19:11:26 -0700 (Sun, 14 Aug 2011)
Log Message:
-----------
py-distribute: use subport for doc dir rather than name (#30774)

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

Modified: trunk/dports/python/py-distribute/Portfile
===================================================================
--- trunk/dports/python/py-distribute/Portfile	2011-08-15 00:02:23 UTC (rev 82498)
+++ trunk/dports/python/py-distribute/Portfile	2011-08-15 02:11:26 UTC (rev 82499)
@@ -6,6 +6,7 @@
 
 name                py-distribute
 version             0.6.19
+revision            1
 categories-append   devel
 license             {PSF ZPL}
 maintainers         jmr openmaintainer
@@ -31,9 +32,9 @@
 
 if {$subport != $name} {
     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} CHANGES.txt CONTRIBUTORS.txt \
-          DEVGUIDE.txt README.txt ${destroot}${prefix}/share/doc/${name}
+          DEVGUIDE.txt README.txt ${destroot}${prefix}/share/doc/${subport}
        if {$subport == "py25-distribute"} {
           delete "${destroot}${prefix}/bin/easy_install"
        } else {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110814/f4588fef/attachment.html>


More information about the macports-changes mailing list