[52432] trunk/dports/lang/python30/Portfile

blb at macports.org blb at macports.org
Mon Jun 15 23:32:54 PDT 2009


Revision: 52432
          http://trac.macports.org/changeset/52432
Author:   blb at macports.org
Date:     2009-06-15 23:32:53 -0700 (Mon, 15 Jun 2009)
Log Message:
-----------
lang/python30 - get 2to3 script (as 2to3-3.0) visbility in ${prefix}/bin; ticket #19575

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

Modified: trunk/dports/lang/python30/Portfile
===================================================================
--- trunk/dports/lang/python30/Portfile	2009-06-16 06:24:16 UTC (rev 52431)
+++ trunk/dports/lang/python30/Portfile	2009-06-16 06:32:53 UTC (rev 52432)
@@ -5,7 +5,7 @@
 
 name                    python30
 version                 3.0.1
-revision                3
+revision                4
 set major               [lindex [split $version .] 0]
 set branch              [join [lrange [split ${version} .] 0 1] .]
 categories              lang
@@ -88,6 +88,7 @@
    }
 
    ln -s ${framewdir}/share/man/man1/python${branch}.1 ${destroot}${prefix}/share/man/man1/
+   ln -s ${framewdir}/bin/2to3 ${destroot}${prefix}/bin/2to3-${branch}
 
    # 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/20090615/e48b524c/attachment.html>


More information about the macports-changes mailing list