From owner-cvs-ports Sun Nov 9 23:15:01 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id XAA09176 for cvs-ports-outgoing; Sun, 9 Nov 1997 23:15:01 -0800 (PST) (envelope-from owner-cvs-ports) Received: from ghpc8.ihf.rwth-aachen.de (ghpc8.ihf.RWTH-Aachen.DE [134.130.90.8]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id XAA09155; Sun, 9 Nov 1997 23:14:47 -0800 (PST) (envelope-from thomas@ghpc8.ihf.rwth-aachen.de) Received: from ghpc6.ihf.rwth-aachen.de (ghpc6.ihf.rwth-aachen.de [134.130.90.6]) by ghpc8.ihf.rwth-aachen.de (8.8.7/8.8.6) with ESMTP id IAA20770; Mon, 10 Nov 1997 08:14:43 +0100 (CET) Received: (from thomas@localhost) by ghpc6.ihf.rwth-aachen.de (8.8.7/8.8.5) id IAA14320; Mon, 10 Nov 1997 08:14:42 +0100 (CET) To: asami@cs.berkeley.edu (Satoshi Asami) Cc: gj@FreeBSD.ORG, cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: Re: cvs commit: ports/editors/xemacs20 Makefile ports/editors/xemacs20/pkg PLIST References: <199711092317.PAA08414@bubble.didi.com> From: Thomas Gellekum Date: 10 Nov 1997 08:14:40 +0100 In-Reply-To: asami@cs.berkeley.edu's message of Sun, 9 Nov 1997 15:17:42 -0800 (PST) Message-ID: <87hg9lz0da.fsf@ghpc6.ihf.rwth-aachen.de> Lines: 13 X-Mailer: Gnus v5.4.37/XEmacs 19.16 Sender: owner-cvs-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk asami@cs.berkeley.edu (Satoshi Asami) writes: > * Also simplfy removal of some directories with pkg_delete. Previously, > * the contents of ${PREFIX}/{lib,share}/xemacs/site-lisp was deleted and > * then the directories themselves using @dirrm. This didn't work in my > * tests, so I changed it to just ``@exec rm -rf'' the directories. > > IMO, a simple @dirrm without anything about the files inside should be > fine. Any warnings can be safely ignored. Seconded. Please back this out. tg