diff options
author | bapt <bapt@FreeBSD.org> | 2013-10-31 15:42:03 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-10-31 15:42:03 +0800 |
commit | 61fbe6aa8f0dfef100239b3acb66f3e43378e5ea (patch) | |
tree | c3c0a5ad946e50529395dccaa410e275b4e56f83 /audio | |
parent | 2c905fe625afe42829535066bf026bb5babc9e64 (diff) | |
download | freebsd-ports-gnome-61fbe6aa8f0dfef100239b3acb66f3e43378e5ea.tar.gz freebsd-ports-gnome-61fbe6aa8f0dfef100239b3acb66f3e43378e5ea.tar.zst freebsd-ports-gnome-61fbe6aa8f0dfef100239b3acb66f3e43378e5ea.zip |
Remove useless NEED_ROOT and use proper USES=uidfix
Now those ports can be packaged as a user.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/mp3gain/Makefile | 4 |
1 files changed, 2 insertions, 2 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 |