From owner-svn-doc-all@FreeBSD.ORG Fri Aug 31 23:18:28 2012 Return-Path: Delivered-To: svn-doc-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id DCD7D1065674; Fri, 31 Aug 2012 23:18:28 +0000 (UTC) (envelope-from eadler@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id C6E1C8FC14; Fri, 31 Aug 2012 23:18:28 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q7VNIS6F010867; Fri, 31 Aug 2012 23:18:28 GMT (envelope-from eadler@svn.freebsd.org) Received: (from eadler@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q7VNISrH010865; Fri, 31 Aug 2012 23:18:28 GMT (envelope-from eadler@svn.freebsd.org) Message-Id: <201208312318.q7VNISrH010865@svn.freebsd.org> From: Eitan Adler Date: Fri, 31 Aug 2012 23:18:28 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r39483 - head/en_US.ISO8859-1/htdocs/ports X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 31 Aug 2012 23:18:29 -0000 Author: eadler (src,ports committer) Date: Fri Aug 31 23:18:28 2012 New Revision: 39483 URL: http://svn.freebsd.org/changeset/doc/39483 Log: Prefer linking to the handbook instead of maintaining instructions in two different places. In addition the linked instructions are out of dated. Don't give bad advice of downloading a single port at a time. This rarely works and is unsupported. Approved by: brd Modified: head/en_US.ISO8859-1/htdocs/ports/index.sgml Modified: head/en_US.ISO8859-1/htdocs/ports/index.sgml ============================================================================== --- head/en_US.ISO8859-1/htdocs/ports/index.sgml Fri Aug 31 22:37:31 2012 (r39482) +++ head/en_US.ISO8859-1/htdocs/ports/index.sgml Fri Aug 31 23:18:28 2012 (r39483) @@ -36,13 +36,13 @@ be committed.

Each ``port'' listed here contains any patches necessary to make the original application source code compile and run on FreeBSD. Installing an application is as -simple as downloading the port, unpacking it and typing +simple as typing make -in the port directory. However, the most convenient (and common) method -is to download the framework for the entire list of ports by installing the +in the port directory. If you +download the framework for the entire list of ports by installing the - -entire ports hierarchy at FreeBSD installation time, and then have + +ports hierarchy, you can have thousands of applications right at your fingertips.