From owner-freebsd-questions@FreeBSD.ORG Tue Dec 28 18:07:07 2004 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 062F116A4CE for ; Tue, 28 Dec 2004 18:07:07 +0000 (GMT) Received: from fusion.vilot.net (vilot.com [64.246.32.88]) by mx1.FreeBSD.org (Postfix) with ESMTP id AA23A43D53 for ; Tue, 28 Dec 2004 18:07:06 +0000 (GMT) (envelope-from tom@vilot.com) Received: from [192.168.1.102] (c-24-8-184-241.client.comcast.net [24.8.184.241]) (authenticated bits=0) by fusion.vilot.net (8.13.1/8.12.9) with ESMTP id iBSI4HrF028540 for ; Tue, 28 Dec 2004 12:04:18 -0600 (CST) (envelope-from tom@vilot.com) Message-ID: <41D1A0A6.4050709@vilot.com> Date: Tue, 28 Dec 2004 11:06:30 -0700 From: Tom Vilot User-Agent: Mozilla Thunderbird 1.0 (X11/20041222) X-Accept-Language: en-us, en MIME-Version: 1.0 To: FreeBSD Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: local ports (Mozilla Calendar) 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, 28 Dec 2004 18:07:07 -0000 I'm attempting a build of the Mozilla Calendar. One question: When I do a gmake install, I suspect what I install will not be "understood" by the packages system (/var/db/pkg). Is there a way to quickly make a "local port" or a "local package" that I can then use to do things like: make package make uninstall pkg_delete etc?