summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authoragc <agc>1998-10-19 11:23:31 +0000
committeragc <agc>1998-10-19 11:23:31 +0000
commit66d0bc32868ab6ef59144a464b4f4a245443f127 (patch)
tree697e2a1dfd84e3b67831b3c04a9e618a0e470551 /mk
parentcbaebd9a6d144eb8bb02fc47b7e65a944fb49963 (diff)
downloadpkgsrc-66d0bc32868ab6ef59144a464b4f4a245443f127.tar.gz
nntpcache has a "fee-based-commercial-use" license. Add that category of
license to the ACCEPTABLE_LICENSES category in the example mk.conf file.
Diffstat (limited to 'mk')
-rw-r--r--mk/mk.conf.example8
1 files changed, 4 insertions, 4 deletions
diff --git a/mk/mk.conf.example b/mk/mk.conf.example
index 0509c3c5b3a..862f7a3a22c 100644
--- a/mk/mk.conf.example
+++ b/mk/mk.conf.example
@@ -1,4 +1,4 @@
-# $NetBSD: mk.conf.example,v 1.30 1998/10/19 07:41:23 frueauf Exp $
+# $NetBSD: mk.conf.example,v 1.31 1998/10/19 11:23:31 agc Exp $
#
# Sample /etc/mk.conf file, which can be used to set specific values
# for building either NetBSD or some of the NetBSD packages collection.
@@ -60,13 +60,13 @@ MANZ= 1 # gzip manual pages at installation time
# Possible: defined, not defined
# Default: not defined
-#ACCEPTABLE_LICENSES= shareware no-commercial-use
+#ACCEPTABLE_LICENSES= shareware no-commercial-use fee-based-commercial-use
# 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: shareware, no-commercial-use
- #
+ # Possible: shareware, no-commercial-use,
+ # fee-based-commercial-use
# Default: none
#FAILOVER_FETCH= yes # Perform a checksum at "make fetch" time.