diff options
author | agc <agc@pkgsrc.org> | 1998-10-19 11:23:31 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 1998-10-19 11:23:31 +0000 |
commit | 6b868b539a17d56e1b902651b10221e82bce30e5 (patch) | |
tree | 697e2a1dfd84e3b67831b3c04a9e618a0e470551 /mk | |
parent | 376dc893a64d58e2b7dab923e280b6fba987a9ee (diff) | |
download | pkgsrc-6b868b539a17d56e1b902651b10221e82bce30e5.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.example | 8 |
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. |