svn commit: r394666 - in head/textproc/cwtext: . files

Alexey Dokuchaev danfe at FreeBSD.org
Wed Aug 19 01:11:51 UTC 2015


On Wed, Aug 19, 2015 at 01:00:56AM +0000, Diane Bruce wrote:
> New Revision: 394666
> URL: https://svnweb.freebsd.org/changeset/ports/394666
> 
> [...]
>  post-install:
> -	@${MKDIR} ${STAGEDIR}${DOCSDIR}
> +	${MKDIR} ${STAGEDIR}${DOCSDIR}
>  	${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}

MKDIR's are both fine muted and not, so unless you feel really strongly
about it, it's usually better to avoid extra noise in the commit diff. :)

./danfe


More information about the svn-ports-all mailing list