* Matthias Kilian wrote: > On Sun, May 14, 2006 at 12:37:15PM +0200, Daniel Hartmeier wrote: > > If someone with ports-foo has any suggestions about how to split pfstatd > > into a separate package (so a package containing only pfstatd could be > > installed on firewalls without any dependancies), please speak up ;) > > Patch against your patch: > > diff -rNu ../pfstat.daniel/Makefile ./Makefile > --- ../pfstat.daniel/Makefile Sun May 14 16:06:44 2006 > +++ ./Makefile Sun May 14 16:21:34 2006 > @@ -1,9 +1,12 @@ > # $OpenBSD: Makefile,v 1.11 2005/10/24 05:09:59 fgsch Exp $ > > COMMENT= "packet filter statistics visualization" > +COMMENT-daemon= "pfstat daemon" > > -DISTNAME= pfstat-2.0 > -PKGNAME= ${DISTNAME} > +V= 2.0 > +DISTNAME= pfstat-${V} > +PKGNAME= pfstat-${V} > +PKGNAME-daemon= pfstat-daemon-${V}
you don't need ${V}.