From owner-freebsd-ports Mon Oct 27 01:17:33 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id BAA28750 for ports-outgoing; Mon, 27 Oct 1997 01:17:33 -0800 (PST) (envelope-from owner-freebsd-ports) Received: from ghpc8.ihf.rwth-aachen.de (ghpc8.ihf.RWTH-Aachen.DE [134.130.90.8]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id BAA28741; Mon, 27 Oct 1997 01:17:21 -0800 (PST) (envelope-from thomas@ghpc8.ihf.rwth-aachen.de) Received: from ghpc6.ihf.rwth-aachen.de (ghpc6.ihf.rwth-aachen.de [134.130.90.6]) by ghpc8.ihf.rwth-aachen.de (8.8.7/8.8.6) with ESMTP id KAA00184; Mon, 27 Oct 1997 10:17:00 +0100 (CET) Received: (from thomas@localhost) by ghpc6.ihf.rwth-aachen.de (8.8.7/8.8.5) id KAA22005; Mon, 27 Oct 1997 10:16:58 +0100 (CET) To: asami@cs.berkeley.edu (Satoshi Asami) Cc: ac199@hwcn.org, tg@FreeBSD.ORG, ports@FreeBSD.ORG Subject: Re: cvs commit: ports/games/tksol/patches patch-a ports/games/tksol/pkg PLIST References: <199710262311.SAA00739@bubble.didi.com> From: Thomas Gellekum Date: 27 Oct 1997 10:16:57 +0100 In-Reply-To: asami@cs.berkeley.edu's message of Sun, 26 Oct 1997 18:11:33 -0500 (EST) Message-ID: <873elnh8fq.fsf@ghpc6.ihf.rwth-aachen.de> Lines: 19 X-Mailer: Gnus v5.4.37/XEmacs 19.15 Sender: owner-freebsd-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk asami@cs.berkeley.edu (Satoshi Asami) writes: > * Namely /usr/local/share/games/tksol. > * > * Would /usr/local/libdata be more/as appropriate? There must be > * other tcl programs in the same situation of wanting a tcl-version > * independent directory, not all of which may be games. > > share/games/ is fine for text files. For non-text files, I would > just put it under lib. I'd even put architecture-independent files under share/ (actually, I already do that in the python port). This distinction between text files and other arch-independent formats always sounded a bit far-fetched to me. libdata/ could go, as I see it. I agree that arch-dependent files should go to lib/. tg