[49273] trunk/dports/python

ryandesign at macports.org ryandesign at macports.org
Mon Apr 6 05:33:04 PDT 2009


Revision: 49273
          http://trac.macports.org/changeset/49273
Author:   ryandesign at macports.org
Date:     2009-04-06 05:33:03 -0700 (Mon, 06 Apr 2009)
Log Message:
-----------
py-nevow, py25-nevow: don't create a directory called "755"; see #18974

Modified Paths:
--------------
    trunk/dports/python/py-nevow/Portfile
    trunk/dports/python/py25-nevow/Portfile

Modified: trunk/dports/python/py-nevow/Portfile
===================================================================
--- trunk/dports/python/py-nevow/Portfile	2009-04-06 12:30:14 UTC (rev 49272)
+++ trunk/dports/python/py-nevow/Portfile	2009-04-06 12:33:03 UTC (rev 49273)
@@ -26,7 +26,7 @@
 depends_lib-append	port:py-twisted
 
 post-destroot {
-	xinstall -d 755 ${destroot}${prefix}/share/doc/${name}
+	xinstall -d ${destroot}${prefix}/share/doc/${name}
 	file copy ${worksrcpath}/doc/ \
 		${destroot}${prefix}/share/doc/${name}
 	file delete ${destroot}${prefix}/share/doc/${name}/examples

Modified: trunk/dports/python/py25-nevow/Portfile
===================================================================
--- trunk/dports/python/py25-nevow/Portfile	2009-04-06 12:30:14 UTC (rev 49272)
+++ trunk/dports/python/py25-nevow/Portfile	2009-04-06 12:33:03 UTC (rev 49273)
@@ -26,7 +26,7 @@
 depends_lib-append	port:py25-twisted
 
 post-destroot {
-	xinstall -d 755 ${destroot}${prefix}/share/doc/${name}
+	xinstall -d ${destroot}${prefix}/share/doc/${name}
 	file copy ${worksrcpath}/doc/ \
 		${destroot}${prefix}/share/doc/${name}
 	file delete ${destroot}${prefix}/share/doc/${name}/examples
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090406/10b5d5ac/attachment.html>


More information about the macports-changes mailing list