From owner-freebsd-questions@FreeBSD.ORG Tue Jun 3 06:27:39 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 82A7637B401 for ; Tue, 3 Jun 2003 06:27:39 -0700 (PDT) Received: from aibo.runbox.com (cujo.runbox.com [193.71.199.138]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9ADF743FA3 for ; Tue, 3 Jun 2003 06:27:38 -0700 (PDT) (envelope-from klimenta@futurebit.com) Received: from [10.9.9.16] (helo=lassie.runbox.com) by lufsen.runbox.com with esmtp (Exim 4.14) id 19NBpA-0002ju-P5 for freebsd-questions@freebsd.org; Tue, 03 Jun 2003 15:27:36 +0200 Received: from [12.33.76.83] (helo=klimenta) (Authenticated Sender=klimenta@runbox.com) by lassie.runbox.com with asmtp (Exim 4.14) id 19NBoZ-0004JZ-L9 for freebsd-questions@freebsd.org; Tue, 03 Jun 2003 15:26:59 +0200 Message-ID: <004301c329d4$643953b0$ca0110ac@vinyl.tkvbp.com> From: "Kliment Andreev" To: References: <20030603205258.7cb06c79.y2kbug@ms25.hinet.net> Date: Tue, 3 Jun 2003 09:31:05 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-5" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1158 X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 X-Sender: 202020 Subject: Re: 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:27:39 -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 I put the tarballs in /tmp. Then I use make which actually compiles/installs software. You can override default install directory. After that, I simply rm -Rf /tmp/tarball.