diff options
author | jtb <jtb> | 2001-06-04 19:44:02 +0000 |
---|---|---|
committer | jtb <jtb> | 2001-06-04 19:44:02 +0000 |
commit | 4d7fe6e15f939d43a8532800b2daf97210b36855 (patch) | |
tree | 696a44dd2f3f539e2bb4f5485c4d2f2fa244b90e /news/nntpclnt/Makefile | |
parent | 7cdf3440535f142f6ae12522e8c0476233d7ee5a (diff) | |
download | pkgsrc-4d7fe6e15f939d43a8532800b2daf97210b36855.tar.gz |
Do not sell, rent, trade, market, or use nntpclnt for monetary profit.
Diffstat (limited to 'news/nntpclnt/Makefile')
-rw-r--r-- | news/nntpclnt/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/news/nntpclnt/Makefile b/news/nntpclnt/Makefile index 4d35432b613..0230596a060 100644 --- a/news/nntpclnt/Makefile +++ b/news/nntpclnt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2001/02/17 17:54:50 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2001/06/04 19:44:02 jtb Exp $ # DISTNAME= nntpclnt-1.6.1 @@ -10,6 +10,11 @@ COMMENT= NNTP client library and inews client posting program CONFLICTS+= inn-* +LICENSE= nntpclnt-license +RESTRICTED= "Do not sell, rent, trade, market, or use for monetary profit" +NO_SRC_ON_CDROM=${RESTRICTED} +NO_BIN_ON_CDROM=${RESTRICTED} + ALL_TARGET= inews .include "../../mk/bsd.prefs.mk" |