[50085] trunk/dports/lang/python26/Portfile

blb at macports.org blb at macports.org
Fri Apr 24 16:35:06 PDT 2009


Revision: 50085
          http://trac.macports.org/changeset/50085
Author:   blb at macports.org
Date:     2009-04-24 16:35:06 -0700 (Fri, 24 Apr 2009)
Log Message:
-----------
python/python26 - correct typo on libpython symlink to be correctly-named

Modified Paths:
--------------
    trunk/dports/lang/python26/Portfile

Modified: trunk/dports/lang/python26/Portfile
===================================================================
--- trunk/dports/lang/python26/Portfile	2009-04-24 21:52:46 UTC (rev 50084)
+++ trunk/dports/lang/python26/Portfile	2009-04-24 23:35:06 UTC (rev 50085)
@@ -5,6 +5,7 @@
 
 name                    python26
 version                 2.6.2
+revision                1
 set major               [lindex [split $version .] 0]
 set branch              [join [lrange [split ${version} .] 0 1] .]
 categories              lang
@@ -84,7 +85,7 @@
    }
 
    ln -s ${framewdir}/share/man/man1/python.1 ${destroot}${prefix}/share/man/man1/python${branch}.1
-   ln -s ${framewdir}/Python ${destroot}${prefix}/lib/libpython26.dylib
+   ln -s ${framewdir}/Python ${destroot}${prefix}/lib/libpython2.6.dylib
 
    # Without this, LINKFORSHARED is set to 
    # ... $(PYTHONFRAMEWORKDIR)/Versions/$(VERSION)/$(PYTHONFRAMEWORK)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090424/c94a2108/attachment.html>


More information about the macports-changes mailing list