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

ryandesign at macports.org ryandesign at macports.org
Sat Apr 2 05:37:35 PDT 2011


Revision: 77515
          http://trac.macports.org/changeset/77515
Author:   ryandesign at macports.org
Date:     2011-04-02 05:37:32 -0700 (Sat, 02 Apr 2011)
Log Message:
-----------
portfiledev.xml: since Leopard, downloads default to the Downloads folder, not the desktop

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

Modified: trunk/doc-new/guide/xml/portfiledev.xml
===================================================================
--- trunk/doc-new/guide/xml/portfiledev.xml	2011-04-02 10:43:22 UTC (rev 77514)
+++ trunk/doc-new/guide/xml/portfiledev.xml	2011-04-02 12:37:32 UTC (rev 77515)
@@ -683,7 +683,7 @@
     <section id="development.patches.applying">
       <title>Manually Applying Patches</title>
 
-      <para>Though MacPorts applies patch files automatically, you may want to
+      <para>MacPorts applies patch files automatically, but you may want to
       know how to apply patch files manually if you want to test patch files
       you have created or you wish to apply uncommitted Portfile
       patches.</para>
@@ -698,10 +698,10 @@
         </listitem>
 
         <listitem>
-          <para>Now apply the patch that is on the current user's desktop. The
-          patchfile knows the filename of the file to be patched.</para>
+          <para>Now apply the patch from your Downloads folder, or wherever you
+          put it. The patchfile knows the name of the file to be patched.</para>
 
-          <programlisting><prompt>%%</prompt> <userinput>patch -p0 < ~/Desktop/Portfile-postfix.diff</userinput></programlisting>
+          <programlisting><prompt>%%</prompt> <userinput>patch -p0 < ~/Downloads/Portfile-postfix.diff</userinput></programlisting>
 
           <screen>patching file Portfile</screen>
         </listitem>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110402/48ee2a93/attachment.html>


More information about the macports-changes mailing list