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

jmr at macports.org jmr at macports.org
Wed Mar 12 00:16:08 PDT 2008


Revision: 34939
          http://trac.macosforge.org/projects/macports/changeset/34939
Author:   jmr at macports.org
Date:     2008-03-12 00:16:07 -0700 (Wed, 12 Mar 2008)

Log Message:
-----------
python23: use version variable appropriately in man page installation

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

Modified: trunk/dports/lang/python23/Portfile
===================================================================
--- trunk/dports/lang/python23/Portfile	2008-03-12 07:12:32 UTC (rev 34938)
+++ trunk/dports/lang/python23/Portfile	2008-03-12 07:16:07 UTC (rev 34939)
@@ -37,7 +37,7 @@
 
 post-destroot {
 	file delete ${destroot}${prefix}/bin/python
-	file rename ${destroot}${prefix}/share/man/man1/python.1 share/man/man1/python2.3.1
+	file rename ${destroot}${prefix}/share/man/man1/python.1 share/man/man1/python${version}
 	file rename ${destroot}${prefix}/bin/pydoc bin/pydoc2.3
 	file rename ${destroot}${prefix}/bin/idle bin/idle2.3
 	reinplace "s|${prefix}/bin/python|${prefix}/bin/python2.3|g" \
@@ -84,4 +84,3 @@
 	configure.args-delete	--disable-tk
 	depends_lib-append		lib:libtk:tk
 }
-

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


More information about the macports-changes mailing list