diff options
author | nia <nia@pkgsrc.org> | 2020-10-05 07:13:07 +0000 |
---|---|---|
committer | nia <nia@pkgsrc.org> | 2020-10-05 07:13:07 +0000 |
commit | da0175ed901cf09189078468e38a1bb70c39bf41 (patch) | |
tree | 284ee8da6d95a5bdc0dfb50569d663fec3405ae1 /www/luakit/Makefile | |
parent | 7d384e3dc5577db584f47a21200b93e498d89fbd (diff) | |
download | pkgsrc-da0175ed901cf09189078468e38a1bb70c39bf41.tar.gz |
luakit: better COMMENT
Diffstat (limited to 'www/luakit/Makefile')
-rw-r--r-- | www/luakit/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/luakit/Makefile b/www/luakit/Makefile index 7d30ac7525a..3ac1d941c84 100644 --- a/www/luakit/Makefile +++ b/www/luakit/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2020/10/04 18:16:42 nia Exp $ +# $NetBSD: Makefile,v 1.5 2020/10/05 07:13:07 nia Exp $ DISTNAME= luakit-2.2.1 CATEGORIES= www lua @@ -6,7 +6,7 @@ MASTER_SITES= ${MASTER_SITE_GITHUB:=luakit/} MAINTAINER= nia@NetBSD.org HOMEPAGE= https://luakit.org/ -COMMENT= Webkit based browser framework extensible with Lua +COMMENT= Fast, small, WebKit based browser extensible with Lua LICENSE= gnu-gpl-v3 USE_TOOLS+= gmake pkg-config |