svn commit: r344337 - head/devel/bzr

Martin Wilke miwi at FreeBSD.org
Sat Feb 15 09:13:17 UTC 2014


Author: miwi
Date: Sat Feb 15 09:13:16 2014
New Revision: 344337
URL: http://svnweb.freebsd.org/changeset/ports/344337
QAT: https://qat.redports.org/buildarchive/r344337/

Log:
  - Don't touch /root/ during build

Modified:
  head/devel/bzr/Makefile

Modified: head/devel/bzr/Makefile
==============================================================================
--- head/devel/bzr/Makefile	Sat Feb 15 09:10:35 2014	(r344336)
+++ head/devel/bzr/Makefile	Sat Feb 15 09:13:16 2014	(r344337)
@@ -22,6 +22,7 @@ USE_PYTHON=	yes
 USE_PYDISTUTILS=	yes
 PYDISTUTILS_PKGNAME=	bzr
 USES=		gettext
+MAKE_ENV=	BZR_LOG=/dev/null
 
 .include <bsd.port.options.mk>
 


More information about the svn-ports-all mailing list