From owner-freebsd-doc@FreeBSD.ORG Wed Jun 30 09:28:58 2004 Return-Path: Delivered-To: freebsd-doc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6F08916A4CE for ; Wed, 30 Jun 2004 09:28:58 +0000 (GMT) Received: from fillmore.dyndns.org (port-212-202-50-15.dynamic.qsc.de [212.202.50.15]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3324643D54 for ; Wed, 30 Jun 2004 09:28:58 +0000 (GMT) (envelope-from eikemeier@fillmore-labs.com) Received: from dhcp-13.local ([172.16.0.13] helo=localhost) by fillmore.dyndns.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.34 (FreeBSD)) id 1BfbOR-000Ggg-29; Wed, 30 Jun 2004 11:28:41 +0200 Date: Wed, 30 Jun 2004 11:29:01 +0200 Content-Type: text/plain; charset=US-ASCII; format=flowed Mime-Version: 1.0 (Apple Message framework v482) To: Mike Brown From: Oliver Eikemeier In-Reply-To: <200406300813.i5U8DNFS045260@chilled.skew.org> Message-Id: Content-Transfer-Encoding: 7bit User-Agent: KMail/1.5.9 cc: doc@freebsd.org Subject: Re: Porters Handbook: choosing the right category X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Jun 2004 09:28:58 -0000 Mike Brown wrote: > [...] Does the winner come first or last? [...] > The ports I am working on are in 3 categories: > > python, www, textproc > > Would that be the right order? [...] The directory your port lives in *always* has to be the first category. So for www/xxx you have CATEGORIES= www ... since there is no ports/python, python can never be the first category. -Oliver