svn commit: r339615 - head/net-mgmt/clog

Alexey Dokuchaev danfe at FreeBSD.org
Tue Jan 14 01:46:13 UTC 2014


On Mon, Jan 13, 2014 at 05:55:52PM +0000, Renato Botelho wrote:
> New Revision: 339615
> URL: http://svnweb.freebsd.org/changeset/ports/339615
> 
>  do-install:
> -	${INSTALL_PROGRAM} ${WRKSRC}/clog ${PREFIX}/sbin
> -	${INSTALL_MAN} ${WRKSRC}/clog.8 ${PREFIX}/man/man8
> +	${INSTALL_PROGRAM} ${WRKSRC}/clog ${STAGEDIR}${PREFIX}/sbin
> +	${INSTALL_MAN} ${WRKSRC}/clog.8 ${STAGEDIR}${PREFIX}/man/man8

Manual pages are normally installed under MAN[x]PREFIX, where optional x
is section number.  E.g., in this case, it should have read ${MANPREFIX}
or ${MAN8PREFIX}.

FWIW, I personally always preferred unsectioned MANPREFIX, as it seems
silly to put different sections in different places (at least in FreeBSD;
perhaps it makes sense in other unices).  Do we really need this numbered
manprefixes, anyone? :)

./danfe


More information about the svn-ports-all mailing list