From owner-freebsd-questions@FreeBSD.ORG Mon Jul 14 22:24:19 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 E6AE537B401 for ; Mon, 14 Jul 2003 22:24:19 -0700 (PDT) Received: from remt29.cluster1.charter.net (remt29.cluster1.charter.net [209.225.8.39]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5623843FA3 for ; Mon, 14 Jul 2003 22:24:19 -0700 (PDT) (envelope-from cableboy@charter.net) Received: from [68.186.32.151] (HELO zoom) by remt29.cluster1.charter.net (CommuniGate Pro SMTP 4.0.6) with ESMTP id 79701979 for freebsd-questions@FreeBSD.ORG; Tue, 15 Jul 2003 01:24:18 -0400 From: "Remington L." To: Date: Mon, 14 Jul 2003 22:24:06 -0700 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Outlook, Build 11.0.5207 Thread-Index: AcNKkU8q79G4rjYrSSGYY34iW1e6yQ== X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Message-ID: Subject: Changing pkg-plist 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, 15 Jul 2003 05:24:20 -0000 Hello, I am currently working on creating my first port. The port installs a library to ${HOME/.blah/something.so When I write the pkg-plist it only looks at the /usr directorys. How can I get this changed, documentation on this subject is hard to find. And oppologies if this is the wrong list, perhaps someone can direct me to the right place :) Thanks in advance -Remington