diff options
author | nros <nros@pkgsrc.org> | 2016-04-20 12:10:24 +0000 |
---|---|---|
committer | nros <nros@pkgsrc.org> | 2016-04-20 12:10:24 +0000 |
commit | 406521157f436c3c974887f6df740df21c38d35c (patch) | |
tree | d00c69d12d8453b67d39622bbea7c29faa454e0c /audio/tremor-tools | |
parent | b2f44342477900ce1aafa2bcbbc5f555e9ff9755 (diff) | |
download | pkgsrc-406521157f436c3c974887f6df740df21c38d35c.tar.gz |
Set LICENSE for a lot of audio packages.
Diffstat (limited to 'audio/tremor-tools')
-rw-r--r-- | audio/tremor-tools/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/tremor-tools/Makefile b/audio/tremor-tools/Makefile index bb238e6cc41..26f74ed5bd5 100644 --- a/audio/tremor-tools/Makefile +++ b/audio/tremor-tools/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.34 2016/03/05 11:28:05 jperkin Exp $ +# $NetBSD: Makefile,v 1.35 2016/04/20 12:10:32 nros Exp $ DISTNAME= vorbis-tools-1.0 PKGNAME= tremor-tools-1.0.0.8 @@ -9,6 +9,7 @@ MASTER_SITES= http://www.vorbis.com/files/1.0/unix/ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.vorbis.com/ COMMENT= Ogg Vorbis encoder and player +LICENSE= gnu-gpl-v2 BUILD_DEFS+= IPV6_READY |