New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 81654


Ignore:
Timestamp:
08/03/11 06:05:58 (4 years ago)
Author:
jmr@…
Message:

guide: remove archive phase, update install and activate descriptions

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/doc-new/guide/xml/portfile-phase.xml

    r78309 r81654  
    134134 
    135135      <varlistentry> 
    136         <term>archive</term> 
    137  
    138         <listitem> 
    139           <para>Use tar to create a tarball of a port's destrooted files and 
    140           copy it to 
    141           <filename>${prefix}/var/macports/packages/</filename>.</para> 
    142         </listitem> 
    143       </varlistentry> 
    144  
    145       <varlistentry> 
    146136        <term>install</term> 
    147137 
    148138        <listitem> 
    149           <para>Copy a port's destrooted files into 
     139          <para>Archive a port's destrooted files into 
    150140          <filename>${prefix}/var/macports/software</filename>. See <link 
    151141          linkend="internals.images">Port Images</link> in the <link 
     
    159149 
    160150        <listitem> 
    161           <para>Set <ulink 
    162           url="http://en.wikipedia.org/wiki/Hard_link">hardlinks</ulink> 
    163           pointing to <filename>${prefix}/var/macports/software</filename> to 
    164           point to <varname>${prefix}</varname>.</para> 
     151          <para>Extract the port's files from the archive in 
     152          <filename>${prefix}/var/macports/software</filename> to 
     153          their final installed locations, usually inside 
     154          <varname>${prefix}</varname>.</para> 
    165155        </listitem> 
    166156      </varlistentry> 
Note: See TracChangeset for help on using the changeset viewer.