From owner-svn-ports-head@FreeBSD.ORG Thu May 23 13:17:16 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 1033) id D0A8766B; Thu, 23 May 2013 13:17:16 +0000 (UTC) Date: Thu, 23 May 2013 13:17:16 +0000 From: Alexey Dokuchaev To: Dmitry Sivachenko Subject: Re: svn commit: r318870 - head/www/uwsgi Message-ID: <20130523131716.GA55276@FreeBSD.org> References: <201305231314.r4NDESYs010412@svn.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201305231314.r4NDESYs010412@svn.freebsd.org> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 May 2013 13:17:16 -0000 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