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 /news/nntpcache | |
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 'news/nntpcache')
-rw-r--r-- | news/nntpcache/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
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 |