diff options
author | wiz <wiz@pkgsrc.org> | 2011-02-27 15:08:16 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2011-02-27 15:08:16 +0000 |
commit | 61cc8b46677a78915f3604cb3f4176d80c76b888 (patch) | |
tree | 873d2de49cd37ad1adbfb1f4fd22c21d07ac0d90 /audio/mpc/Makefile | |
parent | 954f13d96138f11d38a2beb10c9d22d29f950102 (diff) | |
download | pkgsrc-61cc8b46677a78915f3604cb3f4176d80c76b888.tar.gz |
Set LICENSE.
Diffstat (limited to 'audio/mpc/Makefile')
-rw-r--r-- | audio/mpc/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/mpc/Makefile b/audio/mpc/Makefile index 1194e3dfa27..b76734fba2d 100644 --- a/audio/mpc/Makefile +++ b/audio/mpc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2011/02/27 15:06:06 wiz Exp $ +# $NetBSD: Makefile,v 1.14 2011/02/27 15:08:16 wiz Exp $ DISTNAME= mpc-0.20 CATEGORIES= audio @@ -8,6 +8,7 @@ EXTRACT_SUFX= .tar.bz2 MAINTAINER= simonb@NetBSD.org HOMEPAGE= http://musicpd.org/ COMMENT= Command-line client for musicpd +LICENSE= gnu-gpl-v2 PKG_DESTDIR_SUPPORT= user-destdir |