Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 27 Mar 2021 04:05:18 +0000
From:      Alexey Dokuchaev <danfe@freebsd.org>
To:        Cy Schubert <cy@freebsd.org>
Cc:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   Re: svn commit: r569288 - head/devel/bitkeeper
Message-ID:  <20210327040518.GA30283@FreeBSD.org>
In-Reply-To: <202103270245.12R2j5Ww059339@repo.freebsd.org>
References:  <202103270245.12R2j5Ww059339@repo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20210327040518.GA30283>