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/gnome-audio | |
parent | b2f44342477900ce1aafa2bcbbc5f555e9ff9755 (diff) | |
download | pkgsrc-406521157f436c3c974887f6df740df21c38d35c.tar.gz |
Set LICENSE for a lot of audio packages.
Diffstat (limited to 'audio/gnome-audio')
-rw-r--r-- | audio/gnome-audio/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/gnome-audio/Makefile b/audio/gnome-audio/Makefile index 435a75b4146..aaacc7138d2 100644 --- a/audio/gnome-audio/Makefile +++ b/audio/gnome-audio/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2013/12/23 11:57:02 wiz Exp $ +# $NetBSD: Makefile,v 1.24 2016/04/20 12:10:26 nros Exp $ DISTNAME= gnome-audio-2.22.2 CATEGORIES= audio @@ -8,6 +8,7 @@ EXTRACT_SUFX= .tar.bz2 MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.gnome.org/ COMMENT= Set of audio files for GNOME +LICENSE= cc-by-sa-v3.0 NO_CONFIGURE= YES NO_BUILD= YES |