svn commit: r378473 - head/net/freebsd-uucp

Baptiste Daroussin bapt at FreeBSD.org
Thu Feb 5 16:47:08 UTC 2015


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 at FreeBSD.org
 COMMENT=	FreeBSD-modified Taylor UUCP (unix-to-unix copy program)
 
-NEED_ROOT=	yes
+USES=		fakeroot
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	dinoex


More information about the svn-ports-head mailing list