mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
Remove useless NEED_ROOT and use proper USES=uidfix
Now those ports can be packaged as a user.
This commit is contained in:
parent
d88a19fab8
commit
4205b5caa1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=332206
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user