diff options
author | nros <nros> | 2016-04-20 12:10:24 +0000 |
---|---|---|
committer | nros <nros> | 2016-04-20 12:10:24 +0000 |
commit | f96d3616b43a091ac75b584b375b67cd55090c3b (patch) | |
tree | d00c69d12d8453b67d39622bbea7c29faa454e0c /audio/rioutil | |
parent | 3b9030d4cdc9ee448f17db19118544b1a39939a0 (diff) | |
download | pkgsrc-f96d3616b43a091ac75b584b375b67cd55090c3b.tar.gz |
Set LICENSE for a lot of audio packages.
Diffstat (limited to 'audio/rioutil')
-rw-r--r-- | audio/rioutil/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/rioutil/Makefile b/audio/rioutil/Makefile index 584e43d714a..709a2e24902 100644 --- a/audio/rioutil/Makefile +++ b/audio/rioutil/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2012/10/02 23:48:07 asau Exp $ +# $NetBSD: Makefile,v 1.24 2016/04/20 12:10:31 nros Exp $ # DISTNAME= rioutil-1.5.0 @@ -8,6 +8,7 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=rioutil/} MAINTAINER= schmonz@NetBSD.org HOMEPAGE= http://rioutil.sourceforge.net/ COMMENT= Program and library to interface with Rio 600, 800, Nike psa[play +LICENSE= gnu-gpl-v2 USE_LIBTOOL= yes GNU_CONFIGURE= yes |