diff options
author | obache <obache@pkgsrc.org> | 2010-05-16 00:43:18 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2010-05-16 00:43:18 +0000 |
commit | 28a59492b014c75f8605eafbf532a582c058993b (patch) | |
tree | e31bd03ab3676c7073aa39b1ca4e883cdaa9665d /archivers | |
parent | 6955a76f038e9693f01bd0f4f9628c38b6898a6f (diff) | |
download | pkgsrc-28a59492b014c75f8605eafbf532a582c058993b.tar.gz |
Note commented out LICENSE.
README said LGPL, but not unclear about its version,
because "See the file 'COPYING'", but no such file in distfile.
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/lzmalib/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/archivers/lzmalib/Makefile b/archivers/lzmalib/Makefile index a3939d6e2d5..881e07e4a88 100644 --- a/archivers/lzmalib/Makefile +++ b/archivers/lzmalib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2009/08/23 09:23:28 obache Exp $ +# $NetBSD: Makefile,v 1.3 2010/05/16 00:43:18 obache Exp $ # DISTNAME= lzmalib-0.0.1 @@ -8,6 +8,7 @@ MASTER_SITES= http://tokyocabinet.sourceforge.net/misc/ MAINTAINER= obache@NetBSD.org HOMEPAGE= http://tokyocabinet.sourceforge.net/misc/ COMMENT= Thin wrapper library of LZMA +#LICENSE= gnu-lgpl-? PKG_DESTDIR_SUPPORT= user-destdir |