diff options
author | nros <nros@pkgsrc.org> | 2016-04-20 12:10:24 +0000 |
---|---|---|
committer | nros <nros@pkgsrc.org> | 2016-04-20 12:10:24 +0000 |
commit | 2681a8361b3d45f79483fc2ff5eed9bcae82791c (patch) | |
tree | d00c69d12d8453b67d39622bbea7c29faa454e0c /audio/rio | |
parent | 9515c295ca7c185f0650b8954c3600636f11cfba (diff) | |
download | pkgsrc-2681a8361b3d45f79483fc2ff5eed9bcae82791c.tar.gz |
Set LICENSE for a lot of audio packages.
Diffstat (limited to 'audio/rio')
-rw-r--r-- | audio/rio/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/rio/Makefile b/audio/rio/Makefile index 24919e181b0..764897531b7 100644 --- a/audio/rio/Makefile +++ b/audio/rio/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2012/10/02 23:48:07 asau Exp $ +# $NetBSD: Makefile,v 1.25 2016/04/20 12:10:31 nros Exp $ # DISTNAME= rio007 @@ -10,6 +10,7 @@ EXTRACT_SUFX= .tgz MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.world.co.uk/sba/rio.html COMMENT= Utility to display and manage files on the Diamond Rio PMP300 +LICENSE= gnu-gpl-v2 ONLY_FOR_PLATFORM= NetBSD-*-i386 NetBSD-*-x86_64 |