diff options
author | nros <nros@pkgsrc.org> | 2022-10-02 20:59:04 +0000 |
---|---|---|
committer | nros <nros@pkgsrc.org> | 2022-10-02 20:59:04 +0000 |
commit | 7ebe23a24b3c899563979e5826e7507f36741f3a (patch) | |
tree | 7c290e32088cb4d887b2af9552aa4d69da2bddd0 /archivers/liblzo | |
parent | 041fe629612a471d7a2d07099c0b4b59eb2013e2 (diff) | |
download | pkgsrc-7ebe23a24b3c899563979e5826e7507f36741f3a.tar.gz |
Set liblzo LICENSE
Diffstat (limited to 'archivers/liblzo')
-rw-r--r-- | archivers/liblzo/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/archivers/liblzo/Makefile b/archivers/liblzo/Makefile index 4bd9c55e5cd..8b70292fd68 100644 --- a/archivers/liblzo/Makefile +++ b/archivers/liblzo/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.29 2020/01/26 17:30:40 rillig Exp $ +# $NetBSD: Makefile,v 1.30 2022/10/02 20:59:04 nros Exp $ DISTNAME= lzo-1.08 PKGNAME= lib${DISTNAME} @@ -9,6 +9,7 @@ MASTER_SITES= http://www.oberhumer.com/opensource/lzo/download/LZO-v1/ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://www.oberhumer.com/opensource/lzo/ COMMENT= Portable lossless data compression library (v1) +LICENSE= gnu-gpl-v2 GNU_CONFIGURE= YES USE_LIBTOOL= YES |