lmarbles 1.1.1: configure --localstatedir=<path> isn't respected
Good-looking and addictive OpenSource games
Brought to you by:
kulkanie
Hello,
FreeBSD port ( https://github.com/freebsd/freebsd-ports/blob/main/games/lmarbles/Makefile ) and other linux distros pkgs uses --localstatedir ponted to a shared path.
CONFIGURE_ARGS= --localstatedir=/var/games/${PORTNAME}
I did some run-tests and lmarbels created ~/.lmarbles/lmarbles.{conf,prf} without checking/creating on $ocalstatedir.
Will this be default behavior?
Thanks
That's right, $localstatedir is no longer used. Instead of a global profile file, there is now a (single user) local profile file that simply resides in the config directory.