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

g5pw at macports.org g5pw at macports.org
Wed Jan 23 07:40:44 PST 2013


Revision: 101975
          https://trac.macports.org/changeset/101975
Author:   g5pw at macports.org
Date:     2013-01-23 07:40:44 -0800 (Wed, 23 Jan 2013)
Log Message:
-----------
python/py-gtkmvc:
  fix destroot: remove directiry which prevented install

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

Modified: trunk/dports/python/py-gtkmvc/Portfile
===================================================================
--- trunk/dports/python/py-gtkmvc/Portfile	2013-01-23 14:41:48 UTC (rev 101974)
+++ trunk/dports/python/py-gtkmvc/Portfile	2013-01-23 15:40:44 UTC (rev 101975)
@@ -30,7 +30,8 @@
     depends_lib-append  port:py${python.version}-pygtk
 
     post-destroot {
-        file mkdir ${destroot}${prefix}/share/doc/${subport}
+        # Remove preinstalled examples dir, it's empty!
+        file delete ${destroot}${prefix}/share/doc/${subport}/examples
         copy ${worksrcpath}/docs ${worksrcpath}/examples \
             ${worksrcpath}/README ${destroot}${prefix}/share/doc/${subport}
     }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130123/9880ca74/attachment.html>


More information about the macports-changes mailing list