From owner-freebsd-ports Mon Jun 16 10:36:31 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id KAA18043 for ports-outgoing; Mon, 16 Jun 1997 10:36:31 -0700 (PDT) Received: from time.cdrom.com (root@time.cdrom.com [204.216.27.226]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id KAA18038 for ; Mon, 16 Jun 1997 10:36:29 -0700 (PDT) Received: from time.cdrom.com (jkh@localhost.cdrom.com [127.0.0.1]) by time.cdrom.com (8.8.5/8.6.9) with ESMTP id KAA20515; Mon, 16 Jun 1997 10:35:50 -0700 (PDT) To: rssh@cki.ipri.kiev.ua cc: ports@FreeBSD.ORG Subject: Re: [Q] INSTALL script in pkg In-reply-to: Your message of "Mon, 16 Jun 1997 17:26:57 +0300." <33A54D38.581D@cki.ipri.kiev.ua> Date: Mon, 16 Jun 1997 10:35:50 -0700 Message-ID: <20511.866482550@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > I.e. I type: > > make install # pkg/INSTALL scripts run from Makefile. > pkg_delete # pkg/DEINSTALL scripts is not run. > > You mean, that I *must* build package ? Are you overriding the install target, perhaps? It sounds to me like the fake-pkg target in /usr/share/mk/bsd.ports.mk is not being run. You should also verify the contents of /var/db/pkg/ in testing this. I also assume that you're passing the appropriate args to pkg_delete - you don't show it in your example there, but I'm assuming you simply left the argument off for the example, not the actual command you used. Jordan