[BACK]Return to checklist.html CVS log [TXT][DIR] Up to [local] / www

Diff for /www/Attic/checklist.html between version 1.37 and 1.38

version 1.37, 2001/09/16 06:35:30 version 1.38, 2001/09/16 06:41:27
Line 143 
Line 143 
   
 <br><li>  <br><li>
 Extract the port with <b>make extract</b>.  Pay attention to where the base  Extract the port with <b>make extract</b>.  Pay attention to where the base
 of the sources are.  Usually, it's <i>work/DISTNAME</i>. You may need to modify  of the sources are.  Usually, it's <i>w-${PKGNAME}${FLAVOR_EXT}/${DISTNAME}</i>. You may need to
 the Makefile's WRKDIST variable if it is different.  modify the Makefile's WRKDIST variable if it is different.
   
 <br><br><li>  <br><br><li>
 Read the installation documentation and note what you have to do to build  Read the installation documentation and note what you have to do to build
Line 385 
Line 385 
 used to uninstall.  `sudo make reinstall' is used to reinstall.  See the  used to uninstall.  `sudo make reinstall' is used to reinstall.  See the
 `pkg_create' man page for other commands that may be added  `pkg_create' man page for other commands that may be added
 to PLIST to ensure all is cleaned up.  After an uninstall the command  to PLIST to ensure all is cleaned up.  After an uninstall the command
 <p><code>find /usr/local -newer work/fake-${MACHINE_ARCH}[-${FLAVOR}]/.install_started -print</code>  <p><code>find /usr/local -newer w-${PKGNAME}${FLAVOR_EXT}/fake-${MACHINE_ARCH}[-${FLAVOR}]/.install_started -print</code>
 <p>should only list standard directory names.  <p>should only list standard directory names.
   
 <br><br><li>  <br><br><li>

Legend:
Removed from v.1.37  
changed lines
  Added in v.1.38