svn commit: r332113 - head/textproc/uncrustify

Alexey Dokuchaev danfe at FreeBSD.org
Wed Oct 30 14:41:53 UTC 2013


On Wed, Oct 30, 2013 at 02:12:30PM +0000, Dmitry Marakasov wrote:
> New Revision: 332113
> URL: http://svnweb.freebsd.org/changeset/ports/332113
> 
> +OPTIONS_DEFINE=	DOCS
> +OPTIONS_DEFAULT=DOCS

This last line is redundant.

> -	${MKDIR} ${DOCSDIR}
> -	cd ${WRKSRC}/documentation && ${COPYTREE_SHARE} '*' ${DOCSDIR}
> -.endif
> +	cd ${WRKSRC}/documentation && ${COPYTREE_SHARE} '*' ${STAGEDIR}${DOCSDIR}/

Using dot (.) instead of '*' is preferred, see PH section 5.15.

./danfe


More information about the svn-ports-all mailing list