[Dnsmasq-discuss] Make MANDIR, LOCALEDIR overridable
Simon Kelley
simon at thekelleys.org.uk
Fri Feb 23 16:46:41 GMT 2007
Thomas Klausner wrote:
> Hi!
>
> As of 2.38, dnsmasq's Makefile contains:
> MANDIR = ${PREFIX}/share/man
> LOCALEDIR = ${PREFIX}/share/locale
>
> Please make these two overridable just like PREFIX a few lines
> higher, i.e.
> MANDIR ?= ${PREFIX}/share/man
> LOCALEDIR ?= ${PREFIX}/share/locale
>
> This way packagers can avoid patches :)
> (For example, NetBSD pkgsrc prefers ${PREFIX}/man, and on Solaris
> the locale files are usually in ${PREFIX}/lib/locale.)
>
Done for the next release (and BINDIR too, for completeness).
Cheers,
Simon.
More information about the Dnsmasq-discuss
mailing list