svn commit: r566045 - in head/www: . gurl
Dave Cottlehuber
dch at freebsd.org
Fri Feb 19 11:48:52 UTC 2021
On Fri, 19 Feb 2021, at 11:41, Mateusz Piotrowski wrote:
> On 19/02/2021 12:13, Dave Cottlehuber wrote:
> > Author: dch
> > Date: Fri Feb 19 11:13:02 2021
> > New Revision: 566045
> > URL: https://svnweb.freebsd.org/changeset/ports/566045
> >
> > Log:
> > www/gurl: new port of cURL-like tool in go, for humans.
> ...
> >
> > Added: head/www/gurl/Makefile
> > ==============================================================================
> > --- /dev/null 00:00:00 1970 (empty, because file is newly added)
> > +++ head/www/gurl/Makefile Fri Feb 19 11:13:02 2021 (r566045)
> > @@ -0,0 +1,23 @@
> ...
> > +
> > +post-install:
> > + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/gurl
> > + # find ${WRKDIR}/target -name "bat.1" -exec cp {} ${WRKSRC}/doc/bat.1 \;
> > + # ${INSTALL_MAN} ${WRKSRC}/doc/bat.1 ${STAGEDIR}${MAN1PREFIX}/man/man1
> Those two lines are unnecessary, aren't they?
Mateusz,
whoops, yes - thanks. fixed in 566049.
A+
Dave
—
O for a muse of fire, that would ascend the brightest heaven of invention!
More information about the svn-ports-all
mailing list