diff options
author | gdt <gdt@pkgsrc.org> | 2006-08-03 14:49:14 +0000 |
---|---|---|
committer | gdt <gdt@pkgsrc.org> | 2006-08-03 14:49:14 +0000 |
commit | 081d6c9bcb50be3b9e4d3b7d1e068bbc2902398a (patch) | |
tree | 8f40c0084153093be6eb38eb6ab4a1be2ae8b2f2 /security/gnupg | |
parent | f3381a11155d3fb61d63d503070a71e069e94a12 (diff) | |
download | pkgsrc-081d6c9bcb50be3b9e4d3b7d1e068bbc2902398a.tar.gz |
When using idea option, change license from fee-based-commercial-use
to idea-license, and also set RESTRICTED and NO_*_CDROM.
(Note that this doesn't change what happens if the idea option is unused.)
Diffstat (limited to 'security/gnupg')
-rw-r--r-- | security/gnupg/options.mk | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/security/gnupg/options.mk b/security/gnupg/options.mk index d4c81545d34..396932ea195 100644 --- a/security/gnupg/options.mk +++ b/security/gnupg/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.9 2006/07/27 18:48:03 jlam Exp $ +# $NetBSD: options.mk,v 1.10 2006/08/03 14:49:14 gdt Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.gnupg PKG_SUPPORTED_OPTIONS= curl idea ldap @@ -29,7 +29,11 @@ CONFIGURE_ARGS+= --without-libcurl .if !empty(PKG_OPTIONS:Midea) # use of IDEA as crypto function -LICENCE= fee-based-commercial-use +LICENCE= idea-license +RESTRICTED= Commercial distribution is claimed to require a license. +NO_SRC_ON_CDROM= ${RESTRICTED} +NO_BIN_ON_CDROM= ${RESTRICTED} + DISTFILES+= idea.c.gz SITES.idea.c.gz=ftp://ftp.gnupg.dk/pub/contrib-dk/ \ http://www.gnupg.dk/contrib-dk/ |