From owner-freebsd-questions@FreeBSD.ORG Tue Jun 3 06:13:40 2003 Return-Path: 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 B9E6737B401 for ; Tue, 3 Jun 2003 06:13:40 -0700 (PDT) Received: from msr63.hinet.net (msr63.hinet.net [168.95.4.163]) by mx1.FreeBSD.org (Postfix) with ESMTP id 620C043F3F for ; Tue, 3 Jun 2003 06:13:39 -0700 (PDT) (envelope-from y2kbug@ms25.hinet.net) Received: from sonic.utopia.com (61-227-219-238.HINET-IP.hinet.net [61.227.219.238]) by msr63.hinet.net (8.9.3/8.9.3) with SMTP id VAA20609 for ; Tue, 3 Jun 2003 21:14:16 +0800 (CST) Date: Tue, 3 Jun 2003 20:52:58 +0800 From: Robert Storey To: freebsd-questions@freebsd.org Message-Id: <20030603205258.7cb06c79.y2kbug@ms25.hinet.net> X-Mailer: Sylpheed version 0.8.6 (GTK+ 1.2.10; i386-portbld-freebsd5.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: where to put tarball X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Jun 2003 13:13:41 -0000 I'm wondering where is the proper location to put a tarball (containing source code) that I've downloaded and want to untar and compile. In Linux, you generally would put it in /usr/src. I know all the FreeBSD documentation says /usr/local is where all your personalized software should go, but I see that there is no /usr/local/src directory. Of course, I can make a /usr/local/src directory, but my question is: Is that a good idea? Sorry if this sounds like a stupid question, but I thought it would be wise to develop good habits and not install things where they don't belong. TIA, Robert