diff options
author | wiz <wiz@pkgsrc.org> | 2007-11-03 14:10:32 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2007-11-03 14:10:32 +0000 |
commit | 6371d66853d7de496443ad586f5d2c0a7ce8f347 (patch) | |
tree | cf2af37917a1e13c9c438aa7a29f27f15a14cc91 /archivers/unace | |
parent | 155c67c96efe35e4f1039fe3e3fa1ebbc4223168 (diff) | |
download | pkgsrc-6371d66853d7de496443ad586f5d2c0a7ce8f347.tar.gz |
Set LICENSE and RESTRICTED.
License does not talk about binaries or modifications.
Diffstat (limited to 'archivers/unace')
-rw-r--r-- | archivers/unace/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/archivers/unace/Makefile b/archivers/unace/Makefile index d126af86e22..9db14921bd1 100644 --- a/archivers/unace/Makefile +++ b/archivers/unace/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2006/08/10 16:14:50 wiz Exp $ +# $NetBSD: Makefile,v 1.19 2007/11/03 14:10:32 wiz Exp $ # DISTNAME= unace-1.2b @@ -13,6 +13,11 @@ COMMENT= Extract, list and test files in ACE archives PKG_INSTALLATION_TYPES= overwrite pkgviews +LICENSE= unace-source-license +RESTRICTED= Only original file distribution. +NO_BIN_ON_FTP= ${RESTRICTED} +NO_BIN_ON_CDROM= ${RESTRICTED} + USE_TOOLS+= gmake BUILD_TARGET= clean unace |