From owner-freebsd-ports@FreeBSD.ORG Sun Jun 12 10:17:14 2005 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BF19A16A41C for ; Sun, 12 Jun 2005 10:17:14 +0000 (GMT) (envelope-from skv@protey.ru) Received: from mail.3wgraphics.com (mail.3wgraphics.com [194.87.91.161]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5B20943D58 for ; Sun, 12 Jun 2005 10:17:13 +0000 (GMT) (envelope-from skv@protey.ru) Received: from [192.168.0.1] (helo=[192.168.0.1]) by mail.3wgraphics.com with esmtp id 1DhPWi-000KSj-Gl; Sun, 12 Jun 2005 14:17:12 +0400 Message-ID: <42AC0BA8.2080907@protey.ru> Date: Sun, 12 Jun 2005 14:17:12 +0400 From: Sergey Skvortsov Organization: 3W Graphics User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.8b) Gecko/20050217 MIME-Version: 1.0 To: hartzell@alerce.com References: <17067.52373.966933.118035@satchel.alerce.com> In-Reply-To: <17067.52373.966933.118035@satchel.alerce.com> X-Enigmail-Version: 0.90.2.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-ports@freebsd.org Subject: Re: pkg-plist help for a perl library 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: Sun, 12 Jun 2005 10:17:14 -0000 George Hartzell wrote: > I'm working on an updated biology/p5-bioperl-devel (for the 1.5 > release) and the bioperl-run package. > > There are several cases where they install files into the same > directory (e.g. %%SITE_PERL%%/Bio/Factory/). > > What's the right way to handle removing the directory. @dirrm doesn't > seem to do the right thing (depending on whether the other ports got > stuff down there or not...). @unexec rmdir %D/%%SITE_PERL%%/Bio/Factory 2>/dev/null || true -- Sergey Skvortsov mailto: skv@protey.ru