summaryrefslogtreecommitdiff
path: root/mk/defaults
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2005-07-19 15:31:09 +0000
committerwiz <wiz@pkgsrc.org>2005-07-19 15:31:09 +0000
commit3db360a4715c19ca78dde47c6c6ef2e9e8cc0723 (patch)
treef53123c3939173063fff814376dc26b1745c7282 /mk/defaults
parent7f128504d755bf8c578459715bfe182e3ff65983 (diff)
downloadpkgsrc-3db360a4715c19ca78dde47c6c6ef2e9e8cc0723.tar.gz
Remove shareware license type; it was ill-defined, and no package still uses it.
Diffstat (limited to 'mk/defaults')
-rw-r--r--mk/defaults/mk.conf6
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.