Date: Sun, 12 Jun 2005 14:17:12 +0400 From: Sergey Skvortsov <skv@protey.ru> To: hartzell@alerce.com Cc: freebsd-ports@freebsd.org Subject: Re: pkg-plist help for a perl library Message-ID: <42AC0BA8.2080907@protey.ru> In-Reply-To: <17067.52373.966933.118035@satchel.alerce.com> References: <17067.52373.966933.118035@satchel.alerce.com>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?42AC0BA8.2080907>