diff options
author | rillig <rillig@pkgsrc.org> | 2016-07-10 09:44:56 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2016-07-10 09:44:56 +0000 |
commit | 89f392f96aaa97a8cd7822a5a8c47f0ca43cbbf8 (patch) | |
tree | 31408f8fd1404fb7ad817a375599fcf78202fe5f /audio | |
parent | 4177751f8e5f4f4954f8e233f704f9f74e3f623b (diff) | |
download | pkgsrc-89f392f96aaa97a8cd7822a5a8c47f0ca43cbbf8.tar.gz |
Fixed pkglint warnings. Bumped version.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/rio500/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/audio/rio500/Makefile b/audio/rio500/Makefile index 4497194658e..cb62b37779f 100644 --- a/audio/rio500/Makefile +++ b/audio/rio500/Makefile @@ -1,20 +1,19 @@ -# $NetBSD: Makefile,v 1.24 2016/04/20 12:10:31 nros Exp $ +# $NetBSD: Makefile,v 1.25 2016/07/10 09:44:56 rillig Exp $ # DISTNAME= rio500-0.7 -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=rio500/} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://rio500.sourceforge.net/ COMMENT= Utilities to manage your Diamond Rio 500 MP3 player -LISENCE= gnu-gpl-v2 +LICENSE= gnu-gpl-v2 NOT_FOR_PLATFORM= Interix-*-* -USE_TOOLS+= gmake - +USE_TOOLS+= gmake GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-devicepath=/dev CONFIGURE_ARGS+= --with-deviceentry=urio0 |