Re: git: 76aee1b05b96 - main - www/darkhttpd: Add new port

From: Fernando_ApesteguĂ­a <fernape_at_freebsd.org>
Date: Wed, 02 Mar 2022 16:08:41 UTC
On Wed, Mar 2, 2022 at 4:44 PM Alexey Dokuchaev <danfe@freebsd.org> wrote:
>
> On Wed, Mar 02, 2022 at 09:23:16AM +0000, Fernando Apestegu??a wrote:
> > commit 76aee1b05b961872993f4a1967e3fbc748ff9a63
> >
> >  www/darkhttpd: Add new port
> >
> >  Simple static http web server.
> >  When you need a web server in a hurry.
> >
> > ...
> > +USE_GITHUB=  yes
> > +GH_ACCOUNT=  emikulic
> > +
> > +NO_INSTALL=  yes
>
> Is it so?  So why this port has `do-install' target then?

Thanks for the heads up. Should be fixed now.

>
> > +
> > +PLIST_FILES= bin/darkhttpd
> > +
> > +do-install:
> > +     ${INSTALL_PROGRAM} ${BUILD_WRKSRC}/${PORTNAME} ${STAGEDIR}${LOCALBASE}/bin
>
> ./danfe