From owner-freebsd-ports@FreeBSD.ORG Fri Feb 9 23:55:20 2007 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1848516A401 for ; Fri, 9 Feb 2007 23:55:20 +0000 (UTC) (envelope-from swhetzel@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.172]) by mx1.freebsd.org (Postfix) with ESMTP id A020613C471 for ; Fri, 9 Feb 2007 23:55:19 +0000 (UTC) (envelope-from swhetzel@gmail.com) Received: by ug-out-1314.google.com with SMTP id 71so46853ugh for ; Fri, 09 Feb 2007 15:55:18 -0800 (PST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=PvrQ6qJM/OJYcSW0moFx+ep+dzUNYrB4tEVVLtDFC5Uw7vq6yl49fQlaC3QoVfj2HiPumWmd5zGJqkvT45i9CNINTiloRTr2wxIJwIg8ju3rB/HyKwcYpcjvMfcBblMCxi59PXdHN617FwiXgzp8LE7B3pCXDZkQ202cu+CxeLg= Received: by 10.82.113.6 with SMTP id l6mr4958054buc.1171065318026; Fri, 09 Feb 2007 15:55:18 -0800 (PST) Received: by 10.82.186.2 with HTTP; Fri, 9 Feb 2007 15:55:17 -0800 (PST) Message-ID: <790a9fff0702091555h68e4e2f1wc53b89b197efcb4b@mail.gmail.com> Date: Fri, 9 Feb 2007 17:55:17 -0600 From: "Scot Hetzel" To: molnarcs@gmail.com In-Reply-To: <200702092207.19338.molnarcs@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <200702091451.56124.molnarcs@gmail.com> <200702092039.08578.molnarcs@gmail.com> <790a9fff0702091217s1d9de07fiec134376a5bc4364@mail.gmail.com> <200702092207.19338.molnarcs@gmail.com> Cc: freebsd-ports@freebsd.org Subject: Re: learning about building ports - please help X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Feb 2007 23:55:20 -0000 On 2/9/07, Csaba Molnar wrote: > Now I'm beginning to understand how this works (I read about it in the > porter's handbook, but it makes more sense when trying on a real port). > Thanks! > > > Also remove all of the @dirrmtry share/locale*, and only add the ones > > that are missing from /etc/mtree/BSD.local.mk. > > > > %%NLS%%@dirrmtry share/locale/zh_TW/LC_MESSAGES > > %%NLS%%@dirrmtry share/locale/zh_TW > > > > Scot > > So, can I assume that anything that mtree -f /etc/mtree/BSD.local.dist outputs > in /usr/local need not be included in pkg-plist? > Yes, as long as it is in BSD.local.dist you don't need to remove the directory on uninstall of the port. Scot -- DISCLAIMER: No electrons were mamed while sending this message. Only slightly bruised.