=================================================================== RCS file: /cvsrepo/anoncvs/cvs/ports/README,v retrieving revision 1.7 retrieving revision 1.8 diff -c -r1.7 -r1.8 *** ports/README 1999/10/07 14:35:52 1.7 --- ports/README 1999/10/07 16:44:28 1.8 *************** *** 112,120 **** * `make distclean CLEANDEPENDS=Yes', guess what this does. 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. ! `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, all such ports should produce distinct package names if built with --- 112,121 ---- * `make distclean CLEANDEPENDS=Yes', guess what this does. 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. You ! can also redirect ports activity elsewhere by making use of WRKOBJDIR ! 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, all such ports should produce distinct package names if built with *************** *** 179,185 **** 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: ! make fetch MASTER_SITE_OVERRIDE='file:/cdrom/{$DIST_SUBDIR}/' This is equivalent to using CDROM_SITE. Some common sites have their own variables. It is strongly recommended --- 180,186 ---- 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: ! make fetch MASTER_SITE_OVERRIDE='file:/cdrom/${DIST_SUBDIR}/' This is equivalent to using CDROM_SITE. Some common sites have their own variables. It is strongly recommended *************** *** 329,332 **** http://www.openbsd.org/porting.html ! $OpenBSD: README,v 1.7 1999/10/07 14:35:52 espie Exp $ --- 330,333 ---- http://www.openbsd.org/porting.html ! $OpenBSD: README,v 1.8 1999/10/07 16:44:28 espie Exp $