svn commit: r334491 - head/games/belooted

Alexey Dokuchaev danfe at FreeBSD.org
Fri Nov 22 07:40:30 UTC 2013


On Thu, Nov 21, 2013 at 01:38:43PM +0000, Ganael LAPLANCHE wrote:
> New Revision: 334491
> URL: http://svnweb.freebsd.org/changeset/ports/334491
> 
> -.if ${PORT_OPTIONS:MDOCS}
> -	@${MKDIR} ${DOCSDIR}
> -.for doc in ${PORTDOCS}
> -	@${INSTALL_DATA} ${WRKSRC}/${doc} ${DOCSDIR}
> -.endfor
> -	@-update-desktop-database
> -.endif
> +	@${MKDIR} ${STAGEDIR}${DOCSDIR}
> +	@${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}

Thanks for getting rid of the .for loop, looks neat now.  However, we do
not mute installation commands (muting mkdir's is OK).

./danfe


More information about the svn-ports-all mailing list