Changes between Version 2 and Version 3 of Ticket #283


Ignore:
Timestamp:
Mar 24, 2016, 11:47:17 AM (9 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #283 – Description

    v2 v3  
    11This patch add's the following to the portfileHOWTO:
    2 ---
     2{{{
    33If the list of files installed by the port does not extends beyond one page
    44of an 80x24 terminal, the contents option should be included in the
     
    1111            man/man1/ircII.1 \
    1212            man/man1
    13 ---
     13}}}
    1414
    1515this is the patch:
    16 ---
    17 
     16{{{
    1817Index: portfileHOWTO.php
    1918===================================================================
     
    2726 </tt></pre>
    2827 <p>
    29 +If the list of files installed by the port does not extends beyond one
    30 page of an 80x24 terminal, the <tt>contents</tt> option should be included
    31 in the Portfile.
     28+If the list of files installed by the port does not extends beyond one page of an 80x24 terminal, the <tt>contents</tt> option should be included in the Portfile.
    3229+Instead of <tt>include contents</tt>, one would use:
    3330+</p>
     
    4037+            man/man1
    4138+</pre></tt>
    42 +<p>
    43 Now we have a complete portfile.  Re-run the installation step to add your
    44 port to your own registry:
     39+<p>
     40 Now we have a complete portfile.  Re-run the installation step to add your port to your own registry:
    4541 </p>
    4642 <pre><tt>
    47 ---
     43}}}
    4844
    4945the patch is also at: