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 | 2681a8361b3d45f79483fc2ff5eed9bcae82791c (patch) | |
tree | d00c69d12d8453b67d39622bbea7c29faa454e0c /audio/rhythmbox | |
parent | 9515c295ca7c185f0650b8954c3600636f11cfba (diff) | |
download | pkgsrc-2681a8361b3d45f79483fc2ff5eed9bcae82791c.tar.gz |
Set LICENSE for a lot of audio packages.
Diffstat (limited to 'audio/rhythmbox')
-rw-r--r-- | audio/rhythmbox/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/rhythmbox/Makefile b/audio/rhythmbox/Makefile index 10f96f9f04b..d18ae072a35 100644 --- a/audio/rhythmbox/Makefile +++ b/audio/rhythmbox/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.131 2016/04/11 19:01:42 ryoon Exp $ +# $NetBSD: Makefile,v 1.132 2016/04/20 12:10:31 nros Exp $ DISTNAME= rhythmbox-0.12.8 PKGREVISION= 46 @@ -9,6 +9,7 @@ EXTRACT_SUFX= .tar.bz2 MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.gnome.org/projects/rhythmbox/ COMMENT= Music management application for GNOME +LICENSE= gnu-gpl-v2 .include "options.mk" |