[BACK]Return to README CVS log [TXT][DIR] Up to [local] / ports

Diff for /ports/README between version 1.7 and 1.8

version 1.7, 1999/10/07 14:35:52 version 1.8, 1999/10/07 16:44:28
Line 112 
Line 112 
 * `make distclean CLEANDEPENDS=Yes', guess what this does.  * `make distclean CLEANDEPENDS=Yes', guess what this does.
   
 Please note that, in normal use, the OpenBSD ports tree will grow quite  Please note that, in normal use, the OpenBSD ports tree will grow quite
 a lot.  Careful use of make clean and make distclean will help you.  a lot.  Careful use of make clean and make distclean will help you. You
 `find /usr/ports -type d -name work\* -print' can be useful to find out  can also redirect ports activity elsewhere by making use of WRKOBJDIR
 ports you forgot to clean out.  and DISTDIR.  `find /usr/ports -type d -name work\* -print'
   can be useful to find out ports you forgot to clean out.
   
 There are a few kinks in the building of ports with options yet. Namely,  There are a few kinks in the building of ports with options yet. Namely,
 all such ports should produce distinct package names if built with  all such ports should produce distinct package names if built with
Line 179 
Line 180 
   
 Continuing our CD-Rom example, you could also fetch files off a CD-Rom into  Continuing our CD-Rom example, you could also fetch files off a CD-Rom into
 your repository for safe-keeping by using the following incantation:  your repository for safe-keeping by using the following incantation:
 make fetch MASTER_SITE_OVERRIDE='file:/cdrom/{$DIST_SUBDIR}/'  make fetch MASTER_SITE_OVERRIDE='file:/cdrom/${DIST_SUBDIR}/'
 This is equivalent to using CDROM_SITE.  This is equivalent to using CDROM_SITE.
   
 Some common sites have their own variables. It is strongly recommended  Some common sites have their own variables. It is strongly recommended

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8