[34640] trunk/dports/lang/python25-doc/Portfile

reiffert at macports.org reiffert at macports.org
Fri Feb 29 18:47:58 PST 2008


Revision: 34640
          http://trac.macosforge.org/projects/macports/changeset/34640
Author:   reiffert at macports.org
Date:     2008-02-29 18:47:57 -0800 (Fri, 29 Feb 2008)

Log Message:
-----------
Changing share/doc/$name/Documentation to share/doc/$name

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

Modified: trunk/dports/lang/python25-doc/Portfile
===================================================================
--- trunk/dports/lang/python25-doc/Portfile	2008-03-01 02:33:11 UTC (rev 34639)
+++ trunk/dports/lang/python25-doc/Portfile	2008-03-01 02:47:57 UTC (rev 34640)
@@ -1,4 +1,4 @@
-# $Id$ 
+# $Id$
 
 PortSystem 1.0
 
@@ -46,9 +46,8 @@
 build.cmd	{ cd Doc && make }
 
 destroot {
-	file mkdir ${destroot}
-	file mkdir ${destroot}${prefix}/share/doc/${name}/
-	file copy $worksrcpath/Doc/html ${destroot}${prefix}/share/doc/${name}/Documentation
+	file mkdir ${destroot}${prefix}/share/doc/
+	file copy $worksrcpath/Doc/html ${destroot}${prefix}/share/doc/${name}
 }
 
 platform darwin 7 {

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


More information about the macports-changes mailing list