svn commit: r569288 - head/devel/bitkeeper

Alexey Dokuchaev danfe at freebsd.org
Sat Mar 27 04:05:19 UTC 2021


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.

./danfe


More information about the svn-ports-head mailing list