diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-10-31 07:42:03 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-10-31 07:42:03 +0000 |
commit | 4205b5caa1ed8ee489962f3a957dd51e3d5f053a (patch) | |
tree | c3c0a5ad946e50529395dccaa410e275b4e56f83 | |
parent | d88a19fab859f4d5309b319f73b4e48be8703cb8 (diff) |
Remove useless NEED_ROOT and use proper USES=uidfix
Now those ports can be packaged as a user.
Notes
Notes:
svn path=/head/; revision=332206
-rw-r--r-- | audio/mp3gain/Makefile | 4 | ||||
-rw-r--r-- | devel/cvs/Makefile | 3 | ||||
-rw-r--r-- | dns/nss_resinit/Makefile | 2 |
3 files changed, 4 insertions, 5 deletions
diff --git a/audio/mp3gain/Makefile b/audio/mp3gain/Makefile index 56b310c64dc7..a09808797f9a 100644 --- a/audio/mp3gain/Makefile +++ b/audio/mp3gain/Makefile @@ -8,11 +8,11 @@ MASTER_SITES= SF DISTNAME= ${PORTNAME}-${PORTVERSION:C/\./_/g}-src MAINTAINER= dinoex@FreeBSD.org -COMMENT= A tool to normalize the gain of MP3 files +COMMENT= Tool to normalize the gain of MP3 files LICENSE= LGPL21 -NEED_ROOT= yes +USES= uidfix USE_ZIP= yes USE_DOS2UNIX= yes diff --git a/devel/cvs/Makefile b/devel/cvs/Makefile index 7f181f09cff8..32b5b24c0b1d 100644 --- a/devel/cvs/Makefile +++ b/devel/cvs/Makefile @@ -10,6 +10,7 @@ COMMENT= Version control system LICENSE= GPLv2 +USES= uidfix WRKSRC= ${WRKDIR}/call/cvs-build USE_XZ= yes INFO= cvs cvsclient @@ -18,8 +19,6 @@ INFO= cvs cvsclient DESTDIRNAME= NADA MAKE_ARGS= DESTDIR=${STAGEDIR}${PREFIX} -NEED_ROOT= yes - .include <bsd.port.pre.mk> .if ${OSVERSION} < 900000 diff --git a/dns/nss_resinit/Makefile b/dns/nss_resinit/Makefile index e60713b8507f..a99a06b43e5f 100644 --- a/dns/nss_resinit/Makefile +++ b/dns/nss_resinit/Makefile @@ -12,7 +12,7 @@ COMMENT= Resolver re-initialization NSS module LICENSE= BSD -NEED_ROOT= yes +USES= uidfix PLIST_FILES= lib/nss_resinit.so lib/nss_resinit.so.1 \ man/man8/nss_resinit.8.gz |