Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 5 Feb 2015 16:47:07 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r378473 - head/net/freebsd-uucp
Message-ID:  <201502051647.t15Gl7H8019548@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Thu Feb  5 16:47:07 2015
New Revision: 378473
URL: https://svnweb.freebsd.org/changeset/ports/378473
QAT: https://qat.redports.org/buildarchive/r378473/

Log:
  Replace NEED_ROOT with USES=fakeroot

Modified:
  head/net/freebsd-uucp/Makefile

Modified: head/net/freebsd-uucp/Makefile
==============================================================================
--- head/net/freebsd-uucp/Makefile	Thu Feb  5 16:34:50 2015	(r378472)
+++ head/net/freebsd-uucp/Makefile	Thu Feb  5 16:47:07 2015	(r378473)
@@ -10,7 +10,7 @@ PKGNAMESUFFIX?=	${PAM_SUFFIX}${PKGNAMESU
 MAINTAINER=	dinoex@FreeBSD.org
 COMMENT=	FreeBSD-modified Taylor UUCP (unix-to-unix copy program)
 
-NEED_ROOT=	yes
+USES=		fakeroot
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	dinoex



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201502051647.t15Gl7H8019548>