[34754] trunk/dports/lang/python30-doc/Portfile

reiffert at macports.org reiffert at macports.org
Tue Mar 4 06:54:35 PST 2008


Revision: 34754
          http://trac.macosforge.org/projects/macports/changeset/34754
Author:   reiffert at macports.org
Date:     2008-03-04 06:54:34 -0800 (Tue, 04 Mar 2008)

Log Message:
-----------
Rename 2 directories as pydoc3.0 expects them

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

Modified: trunk/dports/lang/python30-doc/Portfile
===================================================================
--- trunk/dports/lang/python30-doc/Portfile	2008-03-04 14:53:08 UTC (rev 34753)
+++ trunk/dports/lang/python30-doc/Portfile	2008-03-04 14:54:34 UTC (rev 34754)
@@ -32,6 +32,8 @@
 	file mkdir ${destroot}${prefix}/share/doc/$name
 	system "cd ${destroot}${prefix}/share/doc/$name && \
 		ln -sf ${prefix}/${mydest}/html"
+	move ${destroot}${prefix}/${mydest}/html/library ${destroot}${prefix}/${mydest}/html/lib
+	move ${destroot}${prefix}/${mydest}/html/reference ${destroot}${prefix}/${mydest}/html/ref
 }
 
 post-activate {

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


More information about the macports-changes mailing list