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 | b66280d8e43d5bd85c570791a6c4905d8528725f (patch) | |
tree | 4fde6090908fb4bff8f78cad63fd64e8fa26ed13 /audio | |
parent | 211fb03f42688236f171222ca7a5a59c874369f0 (diff) | |
download | pkgsrc-b66280d8e43d5bd85c570791a6c4905d8528725f.tar.gz |
LICENSE=gnu-gpl-v2 # or later
Diffstat (limited to 'audio')
-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 |