[34944] trunk/dports/lang/python23/Portfile

afb at macports.org afb at macports.org
Wed Mar 12 01:43:50 PDT 2008


Revision: 34944
          http://trac.macosforge.org/projects/macports/changeset/34944
Author:   afb at macports.org
Date:     2008-03-12 01:43:49 -0700 (Wed, 12 Mar 2008)

Log Message:
-----------
fix manpage suffix bug introduced in r34939

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

Modified: trunk/dports/lang/python23/Portfile
===================================================================
--- trunk/dports/lang/python23/Portfile	2008-03-12 08:43:10 UTC (rev 34943)
+++ trunk/dports/lang/python23/Portfile	2008-03-12 08:43:49 UTC (rev 34944)
@@ -37,7 +37,7 @@
 
 post-destroot {
 	file delete ${destroot}${prefix}/bin/python
-	file rename ${destroot}${prefix}/share/man/man1/python.1 ${destroot}${prefix}/share/man/man1/python${version}
+	file rename ${destroot}${prefix}/share/man/man1/python.1 ${destroot}${prefix}/share/man/man1/python2.3.1
 	file rename ${destroot}${prefix}/bin/pydoc ${destroot}${prefix}/bin/pydoc2.3
 	file rename ${destroot}${prefix}/bin/idle ${destroot}${prefix}/bin/idle2.3
 	reinplace "s|${prefix}/bin/python|${prefix}/bin/python2.3|g" \

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080312/a0e91342/attachment.html 


More information about the macports-changes mailing list