Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 19 Aug 2015 01:11:51 +0000
From:      Alexey Dokuchaev <danfe@FreeBSD.org>
To:        Diane Bruce <db@FreeBSD.org>
Cc:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   Re: svn commit: r394666 - in head/textproc/cwtext: . files
Message-ID:  <20150819011151.GA61353@FreeBSD.org>
In-Reply-To: <201508190100.t7J10uOp030767@repo.freebsd.org>
References:  <201508190100.t7J10uOp030767@repo.freebsd.org>

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



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