[101969] trunk/dports/python/py-gtkmvc/Portfile

g5pw at macports.org g5pw at macports.org
Wed Jan 23 04:35:33 PST 2013


Revision: 101969
          https://trac.macports.org/changeset/101969
Author:   g5pw at macports.org
Date:     2013-01-23 04:35:33 -0800 (Wed, 23 Jan 2013)
Log Message:
-----------
python/py-gtkmvc:
  fix conflicts between subports
  bump revision

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

Modified: trunk/dports/python/py-gtkmvc/Portfile
===================================================================
--- trunk/dports/python/py-gtkmvc/Portfile	2013-01-23 11:27:20 UTC (rev 101968)
+++ trunk/dports/python/py-gtkmvc/Portfile	2013-01-23 12:35:33 UTC (rev 101969)
@@ -5,6 +5,7 @@
 
 name                py-gtkmvc
 version             1.99.1
+revision            1
 python.versions     25 26 27
 categories-append   x11
 platforms           darwin
@@ -29,8 +30,8 @@
     depends_lib-append  port:py${python.version}-pygtk
 
     post-destroot {
-        file mkdir ${destroot}${prefix}/share/doc/${name}
+        file mkdir ${destroot}${prefix}/share/doc/${subport}
         copy ${worksrcpath}/docs ${worksrcpath}/examples \
-            ${worksrcpath}/README ${destroot}${prefix}/share/doc/${name}
+            ${worksrcpath}/README ${destroot}${prefix}/share/doc/${subport}
     }
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130123/5b811429/attachment.html>


More information about the macports-changes mailing list