diff options
author | rillig <rillig@pkgsrc.org> | 2018-01-07 11:42:47 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2018-01-07 11:42:47 +0000 |
commit | c3cf232880c3905093de04365d79a38c632ea1fe (patch) | |
tree | 96a0d5c05926ee42822f947eb364a578d249bc3b /audio/dap | |
parent | 4de743d0b9d54f14a4a2290eb44ccb59493e06c9 (diff) | |
download | pkgsrc-c3cf232880c3905093de04365d79a38c632ea1fe.tar.gz |
Added missing LICENSE declaration.
Diffstat (limited to 'audio/dap')
-rw-r--r-- | audio/dap/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/dap/Makefile b/audio/dap/Makefile index 8ab42b6f77a..1937c4ae095 100644 --- a/audio/dap/Makefile +++ b/audio/dap/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.47 2017/08/01 16:47:35 wiz Exp $ +# $NetBSD: Makefile,v 1.48 2018/01/07 11:42:47 rillig Exp $ DISTNAME= dap-2.1.5 PKGREVISION= 4 @@ -9,6 +9,7 @@ EXTRACT_SUFX= .tgz MAINTAINER= pkgsrc-users@NetBSD.org #HOMEPAGE= http://www.cee.hw.ac.uk/~richardk/ COMMENT= Digital audio recording and processing package +LICENSE= gnu-gpl-v2 MAKE_JOBS_SAFE= no |