svn commit: r569288 - head/devel/bitkeeper

Cy Schubert Cy.Schubert at cschubert.com
Sat Mar 27 04:41:12 UTC 2021


In message <20210327040518.GA30283 at FreeBSD.org>, Alexey Dokuchaev writes:
> On Sat, Mar 27, 2021 at 02:45:05AM +0000, Cy Schubert wrote:
> > New Revision: 569288
> > URL: https://svnweb.freebsd.org/changeset/ports/569288
> > 
> > Log:
> >   devel/bitkeeper: pet portlint: compress man pages
> >   
> >   Compress man pages satisfying portlint.
>
> Well, no, we compress manpages to satisfy common sense and save some
> disk space. :-)
>
> > ...
> > -	${MAKE_CMD} DESTDIR=${STAGEDIR}${PREFIX}/bitkeeper ${INSTALL_TARGET})
> > +	${MAKE_CMD} DESTDIR=${STAGEDIR}${PREFIX}/bitkeeper ${INSTALL_TARGET}); 
> \
> > +	${GZIP_CMD} ${STAGEDIR}${PREFIX}/bitkeeper/man/man1/*
> > +
> > 
> >  .include <bsd.port.mk>
>
> Why not amend MANDIRS to include custom manpage directory so that the
> standard `compress-man' from b.p.m could do its work?  Also, you've
> inserted superfluous linefeed there.

I forgot about that, thanks. I used MANPREFIX instead.


-- 
Cheers,
Cy Schubert <Cy.Schubert at cschubert.com>
FreeBSD UNIX:  <cy at FreeBSD.org>   Web:  https://FreeBSD.org
NTP:           <cy at nwtime.org>    Web:  https://nwtime.org

	The need of the many outweighs the greed of the few.




More information about the svn-ports-head mailing list