diff options
author | gdt <gdt> | 2006-05-10 12:31:46 +0000 |
---|---|---|
committer | gdt <gdt> | 2006-05-10 12:31:46 +0000 |
commit | 7b987370576a10b4c5c37231479379556219b7bb (patch) | |
tree | 4d5da42d88d7e674c3ebefef1a4aef7ffff92b42 /archivers/szip | |
parent | 9101b5a65c5aa3535c0c6854b6b40869a715eac3 (diff) | |
download | pkgsrc-7b987370576a10b4c5c37231479379556219b7bb.tar.gz |
LICENSE: change no-commercial-use to foo-license (w/o adding them)
Diffstat (limited to 'archivers/szip')
-rw-r--r-- | archivers/szip/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/archivers/szip/Makefile b/archivers/szip/Makefile index 0a75f8ed08f..7b75d60896c 100644 --- a/archivers/szip/Makefile +++ b/archivers/szip/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2006/03/04 21:28:53 jlam Exp $ +# $NetBSD: Makefile,v 1.6 2006/05/10 12:31:46 gdt Exp $ DISTNAME= szip-2.0 CATEGORIES= archivers @@ -11,10 +11,11 @@ COMMENT= Extended-Rice lossless compression PKG_INSTALLATION_TYPES= overwrite pkgviews +LICENSE= szip-license + USE_LIBTOOL= yes GNU_CONFIGURE= yes CONFIGURE_ARGS+= --prefix=${PREFIX:Q} -LICENSE= no-commercial-use INSTALLATION_DIRS= include lib |