From owner-freebsd-ports@FreeBSD.ORG Thu Oct 25 14:54:37 2012 Return-Path: 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 83FC97AA for ; Thu, 25 Oct 2012 14:54:37 +0000 (UTC) (envelope-from kclark@actuate.com) Received: from mx2.actuate.com (mx2.actuate.com [69.1.81.237]) by mx1.freebsd.org (Postfix) with SMTP id 6272F8FC14 for ; Thu, 25 Oct 2012 14:54:37 +0000 (UTC) Received: from Exchange12.actuate.com (Not Verified[192.168.12.30]) by mx2.actuate.com with MailMarshal (v6, 7, 2, 8378) id ; Thu, 25 Oct 2012 07:39:28 -0700 Received: from EXCHANGE12.actuate.com ([::1]) by Exchange12.actuate.com ([::1]) with mapi; Thu, 25 Oct 2012 07:39:27 -0700 From: Kristopher Clark To: "freebsd-ports@freebsd.org" Date: Thu, 25 Oct 2012 07:39:27 -0700 Subject: Use custom scripts for pkg-deinstall Thread-Topic: Use custom scripts for pkg-deinstall Thread-Index: Ac2yvjRywgft7Rj/TPq5epQ3WwDEzw== Message-ID: <347DE4202BF09F44AB4539B8206CD8D00136F17324@Exchange12.actuate.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: acceptlanguage: en-US MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.14 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 25 Oct 2012 14:54:37 -0000 In the port I'm working on I have a script in pkg-deinstall but FreeBSD is = still trying to remove the files in pkg-plist even though my script takes c= are of this. Is there a way to tell FreeBSD to only run what I have in pkg= -deinstall? Thank you, Kristopher Clark