>From sfwnv-discuss-bounces at opensolaris.org Wed Feb 11 08:56:57 2009
>> 3. usr/src/cmd/zsh/install-zsh
>> The VERS= info could be passed in from the Makefile.sfw as
>> an environment var.
>>
>> The version on these line ...
>> 32 MODDIR=${PREFIX}/lib/zsh/4.3.9/zsh
>> 33 FUNDIR=${PREFIX}/share/zsh/4.3.9/functions
>> could also be passed in from the Makefile.sfw
>
>Done.
>
>Would anyone have any heartburn over defining a package build variable to
>use in prototype_com so I don't have to go change a bunch of "x.y.z" to
>"a.b.c" each time I upgrade the package? That should make reviewing the
>changes a lot easier in future upgrades.
Not sure - it probably depends on whether protocmp chokes on it or not,
I don't know if it would handle that.
However you could generate the prototype* files from .tmpl files like
a few other things do (such as gcc) and that would be fine. gcc does it
mostly to try to avoid putbacks for uname changes but you could do
this too.
Mike