diff options
author | jtb <jtb@pkgsrc.org> | 2001-06-04 19:44:02 +0000 |
---|---|---|
committer | jtb <jtb@pkgsrc.org> | 2001-06-04 19:44:02 +0000 |
commit | 9b194344d869a74cae687b80f09f465790e68140 (patch) | |
tree | 696a44dd2f3f539e2bb4f5485c4d2f2fa244b90e /news | |
parent | 5824d98354b77dee5614d72b6991d1328561e839 (diff) | |
download | pkgsrc-9b194344d869a74cae687b80f09f465790e68140.tar.gz |
Do not sell, rent, trade, market, or use nntpclnt for monetary profit.
Diffstat (limited to 'news')
-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" |