diff options
-rw-r--r-- | mk/mk.conf.example | 8 | ||||
-rw-r--r-- | news/nntpcache/Makefile | 4 |
2 files changed, 7 insertions, 5 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. diff --git a/news/nntpcache/Makefile b/news/nntpcache/Makefile index 536c4fc7085..a5a4c191ad6 100644 --- a/news/nntpcache/Makefile +++ b/news/nntpcache/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 1998/08/20 15:17:22 tsarna Exp $ +# $NetBSD: Makefile,v 1.4 1998/10/19 11:23:31 agc Exp $ # FreeBSD Id: Makefile,v 1.6 1997/07/31 06:36:03 asami Exp # @@ -12,6 +12,8 @@ MASTER_SITES= ftp://nntpcache.org/pub/nntpcache/ \ MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.nntpcache.org/ +LICENSE= fee-based-commercial-use + GNU_CONFIGURE= YES CONFIGURE_ARGS+= --localstatedir=/var/spool |