[100338] trunk/dports/python/py-pygtk/Portfile

g5pw at macports.org g5pw at macports.org
Sat Dec 8 10:11:42 PST 2012


Revision: 100338
          https://trac.macports.org/changeset/100338
Author:   g5pw at macports.org
Date:     2012-12-08 10:11:41 -0800 (Sat, 08 Dec 2012)
Log Message:
-----------
python/py-pygtk:
  fix post-destroot bug

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

Modified: trunk/dports/python/py-pygtk/Portfile
===================================================================
--- trunk/dports/python/py-pygtk/Portfile	2012-12-08 18:02:05 UTC (rev 100337)
+++ trunk/dports/python/py-pygtk/Portfile	2012-12-08 18:11:41 UTC (rev 100338)
@@ -74,8 +74,8 @@
         # devhelp requires gtk-doc directory name  and .devhelp file name (less the .devhelp) to match
         file rename ${destroot}${python.prefix}/share/gtk-doc/html/${my_name}/${my_name}.devhelp \
                     ${destroot}${python.prefix}/share/gtk-doc/html/${my_name}/${my_name}${python.branch}.devhelp
-        file link -symbolic ${destroot}${prefix}/share/gtk-doc/html/${my_name}${python.branch} \
-                            ${python.prefix}/share/gtk-doc/html/${my_name} 
+        file rename ${destroot}${python.prefix}/share/gtk-doc/html/${my_name} \
+                    ${destroot}${prefix}/share/gtk-doc/html/${my_name}${python.branch}
     }
 
     variant quartz conflicts x11 {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20121208/722f1ab2/attachment.html>


More information about the macports-changes mailing list