From owner-freebsd-ports Sat Jul 19 15:40:35 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id PAA15399 for ports-outgoing; Sat, 19 Jul 1997 15:40:35 -0700 (PDT) Received: from roguetrader.com (brandon@cold.org [206.81.134.103]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id PAA15394 for ; Sat, 19 Jul 1997 15:40:33 -0700 (PDT) Received: from localhost (brandon@localhost) by roguetrader.com (8.8.5/8.8.5) with SMTP id QAA00884 for ; Sat, 19 Jul 1997 16:40:35 -0600 (MDT) Date: Sat, 19 Jul 1997 16:40:35 -0600 (MDT) From: Brandon Gillespie To: ports@freebsd.org Subject: Re: multiple dist files? .. bind-8 port In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Sat, 19 Jul 1997, Brandon Gillespie wrote: > I'm nearly done with a bind-8 port.. just one question, what do we do when > there are multiple dist files? For instance, the bind-8 distribution is > split between bind-src, bind-doc and bind-contrib. We should install > bind-src and bind-doc in the one port, but I'm not sure how to handle more > than one dist file, short of manually doing it with pre-fetch, etc.. seems > sortof hacking tho... SORRY! After a second re-read of the ports documentation I found what I wanted (namely DISTFILES) -Brandon