Subject: Re: Question about pkgsrc Makefile best practise
To: Georg Schwarz <georg.schwarz@freenet.de>
From: Johnny Lam <jlam@NetBSD.org>
List: tech-pkg
Date: 04/04/2005 15:19:27
Georg Schwarz wrote:
> When writing a pkgsrc Makefile, for the first CONFIGURE_ARGS (or
> similar) statement, is it preferred/recommended/required to use
>
> a) CONFIGURE_ARGS= --blabla
>
> or
>
> b) CONFIGURE_ARGS+= --blabla
It makes no difference as long as these definitions come before any
".include" statements. As a matter of style, I use the latter.
Cheers,
-- Johnny Lam <jlam@NetBSD.org>