Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 5 Feb 2015 16:54:09 +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: r378474 - head/german/unix-connect
Message-ID:  <201502051654.t15Gs9lk023915@svn.freebsd.org>

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

Log:
  Replace NEED_ROOT by USES=fakeroot

Modified:
  head/german/unix-connect/Makefile

Modified: head/german/unix-connect/Makefile
==============================================================================
--- head/german/unix-connect/Makefile	Thu Feb  5 16:47:07 2015	(r378473)
+++ head/german/unix-connect/Makefile	Thu Feb  5 16:54:08 2015	(r378474)
@@ -6,7 +6,6 @@ CATEGORIES=	german comms news mail
 MASTER_SITES=	ftp://ftp.dinoex.org/pub/unix-connect/ \
 		SF		
 
-
 MAINTAINER=	dinoex@FreeBSD.org
 COMMENT=	Unix-Connect - mail+news-gateway for Zconnect (tm)
 
@@ -16,7 +15,8 @@ LICENSE_COMB=	multi
 LICENSE=	GPLv2 BSD3CLAUSE
 
 MANUAL_PACKAGE_BUILD=	needs hostname
-NEED_ROOT=	yes
+
+USES=		fakeroot
 
 WRKSRC=		${WRKDIR}/${DISTNAME}
 GNU_CONFIGURE=	yes



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