From owner-freebsd-ports@FreeBSD.ORG Sun Jun 12 22:41:43 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 56D4D16A41C for ; Sun, 12 Jun 2005 22:41:43 +0000 (GMT) (envelope-from bkoenig@cs.tu-berlin.de) Received: from mail.efacilitas.de (efacilitas.de [213.133.110.227]) by mx1.FreeBSD.org (Postfix) with ESMTP id F080D43D1F for ; Sun, 12 Jun 2005 22:41:42 +0000 (GMT) (envelope-from bkoenig@cs.tu-berlin.de) Received: from eurystheus.local (port-212-202-39-126.dynamic.qsc.de [212.202.39.126]) by mail.efacilitas.de (Postfix) with ESMTP id 81C01123A3C; Mon, 13 Jun 2005 00:40:08 +0200 (CEST) Received: from localhost (eurystheus.local [192.168.1.67]) by eurystheus.local (Postfix) with ESMTP id 97DAC12B111; Mon, 13 Jun 2005 00:40:11 +0200 (CEST) Received: from eurystheus.local ([192.168.1.67]) by localhost (eurystheus.locaL [192.168.1.67]) (amavisd-new, port 10024) with ESMTP id 94804-10; Mon, 13 Jun 2005 00:40:06 +0200 (CEST) Received: from [192.168.1.67] (eurystheus.local [192.168.1.67]) by eurystheus.local (Postfix) with ESMTP id 26C7D12B0F7; Mon, 13 Jun 2005 00:40:06 +0200 (CEST) Message-ID: <42ACB9C4.6030204@cs.tu-berlin.de> Date: Mon, 13 Jun 2005 00:40:04 +0200 From: =?ISO-8859-1?Q?Bj=F6rn_K=F6nig?= User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.8) Gecko/20050517 X-Accept-Language: en-us, en MIME-Version: 1.0 To: hartzell@alerce.com References: <17068.46720.647907.736841@satchel.alerce.com> In-Reply-To: <17068.46720.647907.736841@satchel.alerce.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-Virus-Scanned: amavisd-new at example.com Cc: freebsd-ports@freebsd.org Subject: Re: help with pkg-plist for "overlapping" ports. 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 22:41:43 -0000 George Hartzell wrote: > My current problem is that both modules install into the Bio:: perl > hierarchy and both [bioperl and bioperl-run] installations end up > writing into .../Bio/.packlist. > > Which pkg_plist should I use to remove it that .packlist file? Do it like audio/p5-Audio and audio/p5-Audio-CD or devel/p5-PAR and devel/p5-PAR-Dist: p5-bioperl: .../auto/Bio/.packlist p5-bioperl-run: .../auto/Bio/run/.packlist Björn