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 | dbee16cd6c01d9598c3c8bb666491524011db761 (patch) | |
tree | 9a67d6648de342a47cf5362bc47d586d18ecaa95 /audio | |
parent | 441f673b714c34021a6b13cbd746f2f19cf3b2c8 (diff) | |
download | pkgsrc-dbee16cd6c01d9598c3c8bb666491524011db761.tar.gz |
Set LICENSE.
Diffstat (limited to 'audio')
-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 |