Date: Mon, 31 May 2004 09:16:37 +0800 From: "Li-Lun Wang (Leland Wang)" <llwang@infor.org> To: Thierry Thomas <thierry@FreeBSD.org>, freebsd-ports-bugs@freebsd.org, freebsd-gnats-submit@freebsd.org Cc: llwang@infor.org Subject: Re: ports/65318: New port: games/noegnud* an ASCII/2D/3D UI for NetHack and variants using SDL and OpenGL Message-ID: <20040531011637.GA8438@Athena.infor.org> In-Reply-To: <200405300902.i4U92Je1088845@freefall.freebsd.org> References: <200405300902.i4U92Je1088845@freefall.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, May 30, 2004 at 02:02:19AM -0700, Thierry Thomas wrote: > 1) What is the purpose of the lines > @exec (cd /usr/local/share/nls && ln -sf C POSIX) > @exec (cd /usr/local/share/nls && ln -sf C en_US.US-ASCII) > in your pkg-plist? Actually I am not sure about this. Somehow the installation process created these two links, but it does not seem to be necessary for the software to run. I don't know if I can put them into plist as regular files, for I am not sure if I can safely remove them when deinstalling. I'll look into the installation process further to see whether I can prevent them from being created in the first place. Suggestions are welcome. > 2) These ports install a lot of data in ${PREFIX}/lib. > This is not the traditional FreeBSD way... Could you please > patch to install this stuff under ${DATADIR}? I'll look at both problems and try to make another patch.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040531011637.GA8438>