On Sun, May 14, 2006 at 02:06:16PM -0400, Brad wrote:
> > -DISTNAME=  pfstat-2.0
> > -PKGNAME=   ${DISTNAME}
> > +V=         2.0
> > +DISTNAME=  pfstat-${V}
> > +PKGNAME=   pfstat-${V}
> > +PKGNAME-daemon=    pfstat-daemon-${V}
> 
> How about making the PKGNAME for the daemon be pfstatd-${V}

And Marc Balmer asked me not to introduce unnecessary variables
(${V}), so to merge both suggestions, we get

DISTNAME=       pfstat-2.0
PKGNAME-daemon= ${PKGNAME:S/-/d-/}

However, I also found a small bug and changed the remote mode to
make use getaddrinfo(3). Patch is out to Daniel, he should decide
what to do with it ;-)

Ciao,
        Kili

Reply via email to