From owner-cvs-all@FreeBSD.ORG Tue May 20 22:54:18 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C1D5A37B401; Tue, 20 May 2003 22:54:18 -0700 (PDT) Received: from builder.freebsdmall.com (builder.freebsdmall.com [65.86.180.18]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3B47C43FBD; Tue, 20 May 2003 22:54:18 -0700 (PDT) (envelope-from murray@builder.freebsdmall.com) Received: (from root@localhost) by builder.freebsdmall.com (8.12.9/8.11.6) id h4L5sHOx063474; Tue, 20 May 2003 22:54:17 -0700 (PDT) (envelope-from murray) Date: Tue, 20 May 2003 22:54:17 -0700 From: Murray Stokely To: Tom Rhodes Message-ID: <20030520225417.X8403@freebsdmall.com> References: <200305202012.h4KKCnLI043890@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <200305202012.h4KKCnLI043890@repoman.freebsd.org>; from trhodes@FreeBSD.org on Tue, May 20, 2003 at 01:12:49PM -0700 X-GPG-Key-ID: 1024D/0E451F7D X-GPG-Key-Fingerprint: E2CA 411D DD44 53FD BB4B 3CB5 B4D7 10A2 0E45 1F7D cc: doc-committers@FreeBSD.org cc: cvs-doc@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: doc/en_US.ISO8859-1/books/handbook/ports chapter.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 May 2003 05:54:19 -0000 On Tue, May 20, 2003 at 01:12:49PM -0700, Tom Rhodes wrote: > Fix a screen tag in another part of the chapter. Why is this a fix? You inserted a huge gap between two closely related commands. You cd into a directory, then you run the make command specified. The two lines should be in one . - Murray Like this : - &prompt.root; cd /usr/ports/directory - &prompt.root; make MASTER_SITE_OVERRIDE= \ + &prompt.root; cd /usr/ports/directory +&prompt.root; make MASTER_SITE_OVERRIDE= \ ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/ fetch