On Thu, Mar 05, 2020 at 01:02:29AM +0100, Jeremie Courreges-Anglas wrote: > > Can I suggest this change? > > > > Makefile.inc: > > > > V = 2020-03 > > > > foo/Makefile: > > > > DISTNAME = dbip-foo-lite-${V}.mmdb > > PKGNAME = dbip-foo-lite-${V:S/-/./}.mmdb > > > > Then you don't need to touch foo/Makefile for each update, only > > Makefile.inc. > > No opinion, Frederic please pick whatever works for you. :)
Imported with sthen@ suggestion in, as it will indeed make my life easier for updates :) Thanks to both of you for all the feedback.