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 | 0beddb9efe2fc7ca6ca6ca3a5c5c572cfa691ac5 (patch) | |
tree | e31bd03ab3676c7073aa39b1ca4e883cdaa9665d /archivers/lzmalib | |
parent | f9545eed33749c2ad0862b3fbc98152cc9d44d52 (diff) | |
download | pkgsrc-0beddb9efe2fc7ca6ca6ca3a5c5c572cfa691ac5.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/lzmalib')
-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 |