diff options
author | hasso <hasso@pkgsrc.org> | 2009-06-08 18:54:20 +0000 |
---|---|---|
committer | hasso <hasso@pkgsrc.org> | 2009-06-08 18:54:20 +0000 |
commit | 8a34fe6754c77e7dd838265e45e1f2c0e268caa2 (patch) | |
tree | 5365434e9ec193f5a437f9947ceec269655e2c88 /audio/akode-plugins-mpc | |
parent | 9b0458dcdd4980384e236a3f415f6182659d3ab8 (diff) | |
download | pkgsrc-8a34fe6754c77e7dd838265e45e1f2c0e268caa2.tar.gz |
Add license info to the akode packages.
Diffstat (limited to 'audio/akode-plugins-mpc')
-rw-r--r-- | audio/akode-plugins-mpc/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/akode-plugins-mpc/Makefile b/audio/akode-plugins-mpc/Makefile index e32f90b2a81..a8bf80fe782 100644 --- a/audio/akode-plugins-mpc/Makefile +++ b/audio/akode-plugins-mpc/Makefile @@ -1,10 +1,11 @@ -# $NetBSD: Makefile,v 1.1.1.1 2009/02/26 18:06:08 hasso Exp $ +# $NetBSD: Makefile,v 1.2 2009/06/08 18:54:21 hasso Exp $ # PKGNAME= akode-plugins-mpc-${AKODE_VERSION} MAINTAINER= hasso@NetBSD.org COMMENT= MPC decoder plugin for akode framework +LICENSE= gnu-lgpl-v2 .include "../../audio/akode/Makefile.common" |