svn commit: r374882 - head/Mk/Uses

Baptiste Daroussin bapt at FreeBSD.org
Thu Dec 18 08:30:21 UTC 2014


Author: bapt
Date: Thu Dec 18 08:30:20 2014
New Revision: 374882
URL: https://svnweb.freebsd.org/changeset/ports/374882
QAT: https://qat.redports.org/buildarchive/r374882/

Log:
  Only the definition of the fakeroot command should conditioned to the UID

Modified:
  head/Mk/Uses/fakeroot.mk

Modified: head/Mk/Uses/fakeroot.mk
==============================================================================
--- head/Mk/Uses/fakeroot.mk	Thu Dec 18 06:59:24 2014	(r374881)
+++ head/Mk/Uses/fakeroot.mk	Thu Dec 18 08:30:20 2014	(r374882)
@@ -10,8 +10,8 @@
 
 .if !defined(_INCLUDE_USES_FAKEROOT_MK)
 _INCLUDE_USES_FAKEROOT_MK=	yes
-.if ${UID} != 0
 BUILD_DEPENDS+=	fakeroot:${PORTSDIR}/security/fakeroot
+.if ${UID} != 0
 FAKEROOT?=	fakeroot
 .endif
 .endif


More information about the svn-ports-head mailing list