svn commit: r318870 - head/www/uwsgi

Alexey Dokuchaev danfe at FreeBSD.org
Thu May 23 13:17:16 UTC 2013


On Thu, May 23, 2013 at 01:14:28PM +0000, Dmitry Sivachenko wrote:
> New Revision: 318870
> URL: http://svnweb.freebsd.org/changeset/ports/318870
>  
>  do-install:
>  	@${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/
> -	@${INSTALL_DATA}  ${WRKSRC}/uwsgidecorators.py ${PYTHON_SITELIBDIR}
> +	@${MKDIR} ${PYTHONPREFIX_SITELIBDIR}
> +	@${INSTALL_DATA}  ${WRKSRC}/uwsgidecorators.py ${PYTHONPREFIX_SITELIBDIR}

1) We do not mute installation commands
2) Double space does not look nice there

./danfe


More information about the svn-ports-all mailing list