From owner-freebsd-ports@FreeBSD.ORG Sat May 29 11:00:40 2004 Return-Path: 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 D7A9B16A4D0 for ; Sat, 29 May 2004 11:00:40 -0700 (PDT) Received: from mcp.lphp.org (ASt-Lambert-152-2-5-58.w82-120.abo.wanadoo.fr [82.120.203.58]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8BB0643D45 for ; Sat, 29 May 2004 11:00:25 -0700 (PDT) (envelope-from ajacoutot@lphp.org) Received: from bsdbox.lphp.local (bsdbox.lphp.local [192.168.0.2]) by mcp.lphp.org (8.12.10/8.12.10) with ESMTP id i4THxsGG008001 for ; Sat, 29 May 2004 19:59:54 +0200 (CEST) (envelope-from ajacoutot@lphp.org) From: Antoine Jacoutot To: freebsd-ports@freebsd.org Date: Sat, 29 May 2004 19:59:53 +0200 User-Agent: KMail/1.6.2 References: <20040530.024731.85398269.rushani@FreeBSD.org> In-Reply-To: <20040530.024731.85398269.rushani@FreeBSD.org> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200405291959.53854.ajacoutot@lphp.org> Subject: Re: RFC: Utilizing EXAMPLESDIR X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 29 May 2004 18:00:41 -0000 On Saturday 29 May 2004 19:47, Hideyuki KURASHINA wrote: > I think following structure is better to improve visibility: > > configuration file -> ${PREFIX}/etc > sample configuration file -> ${PREFIX}/share/examples/${PORTNAME} > > Is there any reason why we do not utilize EXAMPLESDIR yet in some cases? > > Comments or suggestions are welcome. As a simple user, I found this to be a great idea... My /usr/local is all messy with .sample, .dist.... files. Nice idea, I hope it could be the default for configuration files examples. Antoine