From owner-freebsd-questions@FreeBSD.ORG Sun May 9 23:46:11 2010 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5A0701065678 for ; Sun, 9 May 2010 23:46:11 +0000 (UTC) (envelope-from fbsd1@a1poweruser.com) Received: from mail-03.name-services.com (mail-03.name-services.com [69.64.155.195]) by mx1.freebsd.org (Postfix) with ESMTP id 492D68FC14 for ; Sun, 9 May 2010 23:46:11 +0000 (UTC) Received: from [10.0.10.3] ([202.69.173.106]) by mail-03.name-services.com with Microsoft SMTPSVC(6.0.3790.3959); Sun, 9 May 2010 16:46:11 -0700 Message-ID: <4BE74941.4040705@a1poweruser.com> Date: Mon, 10 May 2010 07:46:09 +0800 From: Fbsd1 User-Agent: Thunderbird 2.0.0.17 (Windows/20080914) MIME-Version: 1.0 To: "questions@freebsd.org" Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 09 May 2010 23:46:11.0495 (UTC) FILETIME=[CDE3EB70:01CAEFD1] X-Sender: fbsd1@a1poweruser.com Cc: Subject: port pkg-plist X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 May 2010 23:46:11 -0000 In a port I am creating I have some files that are not in the /usr/local directory tree. There in /var/log & /var/db. What is the correct format of the statement in ports pkg-plist file to have these files deleted when the port is deleted with pkg_delete command.