[Dnsmasq-discuss] Make MANDIR, LOCALEDIR overridable

Thomas Klausner tk at giga.or.at
Fri Feb 23 15:15:26 GMT 2007


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.)

Thanks,
 Thomas

PS: Please CC me on any replies, thanks.



More information about the Dnsmasq-discuss mailing list