Re: DATADIR question

2007-10-17 Thread Dmitry Marakasov
* Tijl Coosemans ([EMAIL PROTECTED]) wrote: > Actually I'd like to see this clarified as well, because none of the > port maintainers I've ever spoken to knows this. Is DATADIR supposed > to be user changeable or not? Does it need to be passed to configure > or not? Seems like it's not user-changea

Re: DATADIR question

2007-10-17 Thread Tijl Coosemans
On Monday 15 October 2007 18:30:24 Dmitry Marakasov wrote: > I'm porting silvertree game (from creators of wesnoth), and I have > some issues with it's DATADIR. > > The problem is that port is named silvertree, but it installs data > under ${PREFIX}/share/silvertree-rpg. What do I do with DATADIR

Re: DATADIR question

2007-10-16 Thread Stefan Walter
Dmitry Marakasov, 15.10.07, 18:30h CEST: > Seems that DATADIR user-changeable is not the case, as it's not even > passed to configure by default. So correct way is more like #4, am I > right? Yes, I would say so. :) Regards, Stefan pgpz838g7oVnw.pgp Description: PGP signature

DATADIR question

2007-10-15 Thread Dmitry Marakasov
Hi! I'm porting silvertree game (from creators of wesnoth), and I have some issues with it's DATADIR. The problem is that port is named silvertree, but it installs data under ${PREFIX}/share/silvertree-rpg. What do I do with DATADIR in this case? 1. Rename the port: Not a best solution, as I'll