From owner-freebsd-questions@FreeBSD.ORG Tue Apr 15 19:33:15 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 C46FD37B401 for ; Tue, 15 Apr 2003 19:33:15 -0700 (PDT) Received: from above.proper.com (mail.proper.com [208.184.76.45]) by mx1.FreeBSD.org (Postfix) with ESMTP id A5D3543FBF for ; Tue, 15 Apr 2003 19:33:14 -0700 (PDT) (envelope-from phoffman@proper.com) Received: from [142.131.246.132] (adsl-63-202-92-152.dsl.snfc21.pacbell.net [63.202.92.152]) by above.proper.com (8.12.8p1/8.12.8) with ESMTP id h3G2X8t3003281; Tue, 15 Apr 2003 19:33:08 -0700 (PDT) (envelope-from phoffman@proper.com) Mime-Version: 1.0 X-Sender: phoffprop@mail.proper.com Message-Id: In-Reply-To: <16028.10932.908846.661513@guru.mired.org> References: <16028.10932.908846.661513@guru.mired.org> X-Habeas-SWE-1: winter into spring X-Habeas-SWE-2: brightly anticipated X-Habeas-SWE-3: like Habeas SWE (tm) X-Habeas-SWE-4: Copyright 2002 Habeas (tm) X-Habeas-SWE-5: Sender Warranted Email (SWE) (tm). The sender of this X-Habeas-SWE-6: email in exchange for a license for this Habeas X-Habeas-SWE-7: warrant mark warrants that this is a Habeas Compliant X-Habeas-SWE-8: Message (HCM) and not spam. Please report use of this X-Habeas-SWE-9: mark in spam to . Date: Tue, 15 Apr 2003 18:22:09 -0700 To: Mike Meyer From: Paul Hoffman Content-Type: text/plain; charset="us-ascii" ; format="flowed" cc: freebsd-questions@FreeBSD.ORG Subject: Re: Getting p5-foo packages to install in the right place 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: Wed, 16 Apr 2003 02:33:16 -0000 At 10:52 AM -0500 4/15/03, Mike Meyer wrote: >In , Paul Hoffman > typed: >> However, when I give the "pkg_add -r p5-foo" command, it install the >> package (and the the dependencies) in the 5.005 tree, not in the 5.8 >> tree. How can I get pkg_add to install in the correct place? > >In general, you probably can't. For each package, you can try >"pkg_info -p .tgz" to see what the package base is, but it's >probably /usr/local for all of them. The path names beyond /usr/local >are wired into the package, and can't be changed. > >To fix this, you probably have to install from the ports, not the >packages. Drat. But that makes sense. Thanks!