[73790] trunk/doc-new/guide/xml/portfiledev.xml

and.damore at macports.org and.damore at macports.org
Thu Nov 25 00:54:43 PST 2010


Revision: 73790
          http://trac.macports.org/changeset/73790
Author:   and.damore at macports.org
Date:     2010-11-25 00:54:38 -0800 (Thu, 25 Nov 2010)
Log Message:
-----------
correcting directory creation example for phase overriding in "Development" section of Guide

Modified Paths:
--------------
    trunk/doc-new/guide/xml/portfiledev.xml

Modified: trunk/doc-new/guide/xml/portfiledev.xml
===================================================================
--- trunk/doc-new/guide/xml/portfiledev.xml	2010-11-25 06:20:39 UTC (rev 73789)
+++ trunk/doc-new/guide/xml/portfiledev.xml	2010-11-25 08:54:38 UTC (rev 73790)
@@ -342,8 +342,8 @@
       define your own installation phases as shown in this example.</para>
 
       <programlisting>destroot {
-    xinstall -m 755 -d ${destroot}${prefix}/bin
-    xinstall -m 755 ${worksrcpath}/cdpr ${destroot}${prefix}/bin
+    xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
+    xinstall -m 755 ${worksrcpath}/README ${destroot}${prefix}/share/doc/${name}
 }</programlisting>
     </section>
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20101125/684a75fe/attachment.html>


More information about the macports-changes mailing list