On 2016/08/17 21:55, Rafael Sadowski wrote:
> > -V = 3.2.0
> > -DISTNAME = nomacs-${V}-source
> > -PKGNAME = ${DISTNAME:S/-source//}
> > +V = 3.4
> > +DISTNAME = nomacs-${V}
No need to set DISTNAME here.
> > +
> > +GH_ACCOUNT = nomacs
> > +GH_PROJECT = nomacs
> > +GH_TAGNAME = ${V}
Might as well just set GH_TAGNAME = 3.4 rather than use indirection via ${V}.
