diff options
author | nia <nia@pkgsrc.org> | 2020-07-02 17:52:03 +0000 |
---|---|---|
committer | nia <nia@pkgsrc.org> | 2020-07-02 17:52:03 +0000 |
commit | c863175de2fc9076b68990cfab6cb3760c18e7a7 (patch) | |
tree | 5129eb6f0d7b01b40ead88c228fa9e6358c1a942 /security | |
parent | f8661ae54fdea91524eb8d309219b809ee951226 (diff) | |
download | pkgsrc-c863175de2fc9076b68990cfab6cb3760c18e7a7.tar.gz |
lua-arc4random: ... correct LICENSE
Diffstat (limited to 'security')
-rw-r--r-- | security/lua-arc4random/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/lua-arc4random/Makefile b/security/lua-arc4random/Makefile index 10e140e719c..ba9ef64482a 100644 --- a/security/lua-arc4random/Makefile +++ b/security/lua-arc4random/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2020/07/02 17:50:38 nia Exp $ +# $NetBSD: Makefile,v 1.3 2020/07/02 17:52:03 nia Exp $ DISTNAME= lua-arc4random-1.3.4 PKGNAME= ${DISTNAME:S/lua-/${LUA_PKGPREFIX}-/1} @@ -10,7 +10,7 @@ GITHUB_TAG= v1.3-4 MAINTAINER= nia@NetBSD.org HOMEPAGE= https://github.com/mikejsavage/lua-arc4random COMMENT= Lua wrapper for arc4random(3) -LICENSE= mit +LICENSE= isc USE_TOOLS+= gmake |