diff options
author | wiz <wiz@pkgsrc.org> | 2005-07-19 15:31:09 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2005-07-19 15:31:09 +0000 |
commit | b3f8fd376e2222d57999915d049bc0486d7997b2 (patch) | |
tree | f53123c3939173063fff814376dc26b1745c7282 /mk | |
parent | 4a803ca49215b98693bbae37554630a5635c66f9 (diff) | |
download | pkgsrc-b3f8fd376e2222d57999915d049bc0486d7997b2.tar.gz |
Remove shareware license type; it was ill-defined, and no package still uses it.
Diffstat (limited to 'mk')
-rw-r--r-- | mk/defaults/mk.conf | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/mk/defaults/mk.conf b/mk/defaults/mk.conf index a9c0ec9ad9d..a5cfba5f75a 100644 --- a/mk/defaults/mk.conf +++ b/mk/defaults/mk.conf @@ -1,4 +1,4 @@ -# $NetBSD: mk.conf,v 1.66 2005/07/11 11:35:21 sketch Exp $ +# $NetBSD: mk.conf,v 1.67 2005/07/19 15:31:09 wiz Exp $ # # A file providing defaults for pkgsrc and the packages collection. @@ -349,7 +349,7 @@ PATCH_FUZZ_FACTOR?= -F0 # Default: "-F0" #ACCEPTABLE_LICENSES= fee-based-commercial-use no-commercial-use \ -# no-profit limited-redistribution shareware +# no-profit limited-redistribution # Whitespace-delimited list of the types of license which are # acceptable for installation. (apart from standard "free" licenses # such as Berkeley/CMU and GPL). Possible values are presented below. @@ -443,8 +443,6 @@ PATCH_FUZZ_FACTOR?= -F0 #ACCEPTABLE_LICENSES+= portsentry-license # Enable it if you accept the license terms for portsentry # and would like to build portsentry. see pkgsrc/security/portsentry. -#ACCEPTABLE_LICENSES+= shareware -# Enable it if you are okay to build/use shareware. #ACCEPTABLE_LICENSES+= srp_client-license # Enable it if you accept the license terms for srp_client # and would like to build srp_client. see pkgsrc/security/srp_client. |