[88896] trunk/dports/_resources/port1.0/group/python-1.0.tcl

jmr at macports.org jmr at macports.org
Sat Jan 14 14:48:03 PST 2012


Revision: 88896
          http://trac.macports.org/changeset/88896
Author:   jmr at macports.org
Date:     2012-01-14 14:48:02 -0800 (Sat, 14 Jan 2012)
Log Message:
-----------
python portgroup: pre-destroot is still needed in stubs

Modified Paths:
--------------
    trunk/dports/_resources/port1.0/group/python-1.0.tcl

Modified: trunk/dports/_resources/port1.0/group/python-1.0.tcl
===================================================================
--- trunk/dports/_resources/port1.0/group/python-1.0.tcl	2012-01-14 22:42:54 UTC (rev 88895)
+++ trunk/dports/_resources/port1.0/group/python-1.0.tcl	2012-01-14 22:48:02 UTC (rev 88896)
@@ -53,6 +53,10 @@
 
 build.target    build
 
+pre-destroot    {
+    xinstall -d -m 755 ${destroot}${prefix}/share/doc/${subport}/examples
+}
+
 options python.versions python.version python.default_version
 option_proc python.versions python_set_versions
 # py-foo historically meant python24
@@ -123,9 +127,6 @@
                 }
             }
         }
-        pre-destroot    {
-            xinstall -d -m 755 ${destroot}${prefix}/share/doc/${subport}/examples
-        }
         post-destroot {
             if {${python.link_binaries}} {
                 foreach bin [glob -nocomplain -tails -directory "${destroot}${python.prefix}/bin" *] {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120114/26fc83c4/attachment.html>


More information about the macports-changes mailing list