From 1d7486e9847679cf74953d64d2625cbb521d819d Mon Sep 17 00:00:00 2001 From: Baptiste Daroussin Date: Thu, 5 Feb 2015 16:54:08 +0000 Subject: [PATCH] Replace NEED_ROOT by USES=fakeroot --- german/unix-connect/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/german/unix-connect/Makefile b/german/unix-connect/Makefile index ad82e50501cb..d1ee3fee4f6e 100644 --- a/german/unix-connect/Makefile +++ b/german/unix-connect/Makefile @@ -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