diff options
author | bapt <bapt@FreeBSD.org> | 2015-02-05 16:54:08 +0000 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2015-02-05 16:54:08 +0000 |
commit | e5ef39b70c15aba20d1ba5af9b300c41674d21a6 (patch) | |
tree | 67183ece3c80ef307b88ab6f83e563fa0dd8bb79 | |
parent | 53d4b616d04ed268935320be569cff8494c3bd1a (diff) | |
download | FreeBSD-ports-e5ef39b70c15aba20d1ba5af9b300c41674d21a6.zip FreeBSD-ports-e5ef39b70c15aba20d1ba5af9b300c41674d21a6.tar.gz |
Replace NEED_ROOT by USES=fakeroot
-rw-r--r-- | german/unix-connect/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/german/unix-connect/Makefile b/german/unix-connect/Makefile index ad82e50..d1ee3fe 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 |