From owner-freebsd-questions@FreeBSD.ORG Sun Mar 26 04:31:32 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6CEC716A400 for ; Sun, 26 Mar 2006 04:31:32 +0000 (UTC) (envelope-from freebsd@dfwlp.com) Received: from zeus.int.dfwlp.com (zeus.dfwlp.com [208.11.134.127]) by mx1.FreeBSD.org (Postfix) with ESMTP id D20CE43D45 for ; Sun, 26 Mar 2006 04:31:31 +0000 (GMT) (envelope-from freebsd@dfwlp.com) Received: from europa (europa.int.dfwlp.com [192.168.125.80]) (authenticated bits=0) by zeus.int.dfwlp.com (8.13.4/8.13.4) with ESMTP id k2Q4VQhI005420 for ; Sat, 25 Mar 2006 22:31:27 -0600 (CST) (envelope-from freebsd@dfwlp.com) Message-Id: <200603260431.k2Q4VQhI005420@zeus.int.dfwlp.com> From: "Jonathan Horne" To: Date: Sat, 25 Mar 2006 22:31:52 -0600 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook, Build 11.0.5510 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 Thread-Index: AcZQjjTYbjsnm7WTTS+ZB2iw4Qon1A== X-Spam-Status: No, score=-1.4 required=5.0 tests=ALL_TRUSTED autolearn=failed version=3.1.1 X-Spam-Checker-Version: SpamAssassin 3.1.1 (2006-03-10) on zeus.int.dfwlp.com Subject: method for installing ports X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Mar 2006 04:31:32 -0000 Ive read many many guides found all over the net in the past few days, and they can never seem to agree on the way a port is installed. I see these methods: Make install Make install clean Make install distclean What is the difference between the 3, and are there legitimate times when one is preferred over the other? Thanks, jonathan