diff options
author | obache <obache@pkgsrc.org> | 2011-12-10 13:26:38 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2011-12-10 13:26:38 +0000 |
commit | c4227bbb4942f6310dd01b9f8f3107d60bae122a (patch) | |
tree | 4fde6090908fb4bff8f78cad63fd64e8fa26ed13 /audio/exaile | |
parent | 9ce2ed029fdc1434776f4072e72ae05bf998970b (diff) | |
download | pkgsrc-c4227bbb4942f6310dd01b9f8f3107d60bae122a.tar.gz |
LICENSE=gnu-gpl-v2 # or later
Diffstat (limited to 'audio/exaile')
-rw-r--r-- | audio/exaile/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/exaile/Makefile b/audio/exaile/Makefile index 41ae07d2cf1..67ef67e97e9 100644 --- a/audio/exaile/Makefile +++ b/audio/exaile/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 2011/11/01 06:00:35 sbd Exp $ +# $NetBSD: Makefile,v 1.26 2011/12/10 13:26:38 obache Exp $ # DISTNAME= exaile_0.2.14 @@ -10,6 +10,7 @@ MASTER_SITES= http://www.exaile.org/files/ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.exaile.org/ COMMENT= Music player +LICENSE= gnu-gpl-v2 # or later WRKSRC= ${WRKDIR}/exaile-0.2.14 PKG_DESTDIR_SUPPORT= user-destdir |