diff options
author | obache <obache> | 2010-05-16 00:43:18 +0000 |
---|---|---|
committer | obache <obache> | 2010-05-16 00:43:18 +0000 |
commit | eefcef37b23a76f5c74b98c845a8ef2096bc4785 (patch) | |
tree | e31bd03ab3676c7073aa39b1ca4e883cdaa9665d /archivers | |
parent | 66a1adfe1f41bcfa570d007e42a9be8a815240f3 (diff) | |
download | pkgsrc-eefcef37b23a76f5c74b98c845a8ef2096bc4785.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 |