From owner-freebsd-questions@FreeBSD.ORG Tue Feb 15 14:20:24 2005 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 9A3AB16A4CE for ; Tue, 15 Feb 2005 14:20:24 +0000 (GMT) Received: from rproxy.gmail.com (rproxy.gmail.com [64.233.170.201]) by mx1.FreeBSD.org (Postfix) with ESMTP id F12F743D45 for ; Tue, 15 Feb 2005 14:20:23 +0000 (GMT) (envelope-from ssalamander@gmail.com) Received: by rproxy.gmail.com with SMTP id a41so847053rng for ; Tue, 15 Feb 2005 06:20:23 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding; b=BVKYJb81/8ST0OCISjkO2K3JIUVow/fAZ5GSN1jwD8bR0lIfJQTK4h3qnYxrP17b5o0rcpHSzE/GQ8GQkC26MSTKOA6ZlyfMnSHcKp52Rs6isb+azvoYhuEQaAveHP4nkeBiL/OnIRjvURXVmlFxFbPYQvopZ2U4aJYCQmOL8Qc= Received: by 10.38.81.75 with SMTP id e75mr156323rnb; Tue, 15 Feb 2005 06:20:22 -0800 (PST) Received: by 10.38.152.23 with HTTP; Tue, 15 Feb 2005 06:20:22 -0800 (PST) Message-ID: <81bf90de05021506201f3240a3@mail.gmail.com> Date: Tue, 15 Feb 2005 09:20:22 -0500 From: S Salamander To: freebsd-questions@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Specify location of port install? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: S Salamander List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Feb 2005 14:20:24 -0000 I have a situation where I need both gpgme03 and gpgme installed. However, both install their includes and other files in very similar locations and another program I'm installing can't find the needed gpgme03 files. I don't believe anything else I have installed depends on gpgme03, so I was wondering if there was a way when installing it again I could specify the install directory such that I could point other apps I'm installing to it more directly (I think their finding the gpgme files when they need the gpgme03 files). Is this possible? Thanks.