diff options
author | wiz <wiz@pkgsrc.org> | 2011-02-27 10:43:18 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2011-02-27 10:43:18 +0000 |
commit | f84d64d8cc7812d2139a0a078bb46fc86b489ad3 (patch) | |
tree | 9a67d6648de342a47cf5362bc47d586d18ecaa95 | |
parent | f931e5bf5b98519f9515fe25a9d307b6d591ebdd (diff) | |
download | pkgsrc-f84d64d8cc7812d2139a0a078bb46fc86b489ad3.tar.gz |
Set LICENSE.
-rw-r--r-- | audio/musicpd/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/musicpd/Makefile b/audio/musicpd/Makefile index b8de432a6eb..f67c206d0e6 100644 --- a/audio/musicpd/Makefile +++ b/audio/musicpd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.47 2011/02/27 10:42:13 wiz Exp $ +# $NetBSD: Makefile,v 1.48 2011/02/27 10:43:18 wiz Exp $ DISTNAME= mpd-0.16 PKGNAME= ${DISTNAME:S/mpd/musicpd/} @@ -10,6 +10,7 @@ EXTRACT_SUFX= .tar.bz2 MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://musicpd.org/ COMMENT= Remote controllable audio player +LICENSE= gnu-gpl-v2 PKG_DESTDIR_SUPPORT= user-destdir |