diff options
author | dinoex <dinoex@FreeBSD.org> | 2010-06-05 14:14:28 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2010-06-05 14:14:28 +0800 |
commit | d49f0b0d40bcc468c597568bf9f18b28949019fe (patch) | |
tree | 54a19774a088a7843781b78cfcf08e85e5007e5d /audio | |
parent | 0d5a6785ec84190c3f5e11dd853b6a7b1cdfb5eb (diff) | |
download | freebsd-ports-gnome-d49f0b0d40bcc468c597568bf9f18b28949019fe.tar.gz freebsd-ports-gnome-d49f0b0d40bcc468c597568bf9f18b28949019fe.tar.zst freebsd-ports-gnome-d49f0b0d40bcc468c597568bf9f18b28949019fe.zip |
LICENSE LGPL21
Diffstat (limited to 'audio')
-rw-r--r-- | audio/mp3gain/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/mp3gain/Makefile b/audio/mp3gain/Makefile index d5f52f96ae2a..caa3159e23f4 100644 --- a/audio/mp3gain/Makefile +++ b/audio/mp3gain/Makefile @@ -14,7 +14,7 @@ DISTNAME= ${PORTNAME}-${PORTVERSION:C/\./_/g}-src MAINTAINER= dinoex@FreeBSD.org COMMENT= A tool to normalize the gain of MP3 files -LICENSE= GPLv2 +LICENSE= LGPL21 PLIST_FILES= bin/mp3gain USE_ZIP= yes |