diff options
author | rillig <rillig@pkgsrc.org> | 2018-01-02 22:54:26 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2018-01-02 22:54:26 +0000 |
commit | 0091fea2ca689673fb003b81d752431566073c9b (patch) | |
tree | 1e06b017512d61627d41a285dbd38c5e4093669d /audio/cripple/Makefile | |
parent | b30306c0804761d09cacbc4177e020cd359ef9f3 (diff) | |
download | pkgsrc-0091fea2ca689673fb003b81d752431566073c9b.tar.gz |
Added missing LICENSE variable.
Diffstat (limited to 'audio/cripple/Makefile')
-rw-r--r-- | audio/cripple/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/cripple/Makefile b/audio/cripple/Makefile index 6286cd7b46a..44090f29b8d 100644 --- a/audio/cripple/Makefile +++ b/audio/cripple/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2017/08/01 16:47:35 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2018/01/02 23:04:48 rillig Exp $ DISTNAME= cripple-0.06b PKGREVISION= 1 @@ -9,6 +9,7 @@ EXTRACT_SUFX= .tar.bz2 MAINTAINER= pkgsrc-users@NetBSD.org #HOMEPAGE= http://www.vortex.prodigynet.co.uk/cripple/ COMMENT= Command line CD ripper/encoder wrapper with cddb support +LICENSE= gnu-gpl-v2 GNU_CONFIGURE= yes BUILD_TARGET= cripple |