[39018] trunk/dports/lang/python21/Portfile

jmr at macports.org jmr at macports.org
Wed Aug 6 00:46:29 PDT 2008


Revision: 39018
          http://trac.macosforge.org/projects/macports/changeset/39018
Author:   jmr at macports.org
Date:     2008-08-06 00:46:29 -0700 (Wed, 06 Aug 2008)
Log Message:
-----------
python21: avoid man page filename collision

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

Modified: trunk/dports/lang/python21/Portfile
===================================================================
--- trunk/dports/lang/python21/Portfile	2008-08-06 07:46:08 UTC (rev 39017)
+++ trunk/dports/lang/python21/Portfile	2008-08-06 07:46:29 UTC (rev 39018)
@@ -36,4 +36,6 @@
 
 post-destroot	{ file delete ${destroot}${prefix}/bin/python.exe
 		  file rename -force ${destroot}${prefix}/bin/python2.1.exe ${destroot}${prefix}/bin/python2.1
-		  system "install -m 0755 ${worksrcpath}/Tools/scripts/pydoc ${destroot}${prefix}/bin/pydoc2.1" }
+		  system "install -m 0755 ${worksrcpath}/Tools/scripts/pydoc ${destroot}${prefix}/bin/pydoc2.1"
+		  file rename -force ${destroot}${prefix}/share/man/man1/python.1 ${destroot}${prefix}/share/man/man1/python2.1.1
+}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080806/eaf8da0f/attachment-0001.html 


More information about the macports-changes mailing list