diff options
author | jtb <jtb@pkgsrc.org> | 2001-06-04 19:55:13 +0000 |
---|---|---|
committer | jtb <jtb@pkgsrc.org> | 2001-06-04 19:55:13 +0000 |
commit | 694fceefa88013f0dc7185af5c0b65b07e0da35b (patch) | |
tree | 37148e7d3b557859a4e857a8e27f7749cd5687a9 | |
parent | 9b194344d869a74cae687b80f09f465790e68140 (diff) | |
download | pkgsrc-694fceefa88013f0dc7185af5c0b65b07e0da35b.tar.gz |
The tin source files bear the following notice:
* You may freely copy or redistribute this software,
* so long as there is no profit made from its use, sale
* trade or reproduction. You may not change this copy-
* right notice, and it must be included in any copy made
Add RESTRICTED="Profit from use, sale, trade, or reproduction disallowed"
to Makefile.
-rw-r--r-- | news/tin/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/news/tin/Makefile b/news/tin/Makefile index 9c3388e3eab..7d08fbc5ad5 100644 --- a/news/tin/Makefile +++ b/news/tin/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2001/05/23 13:15:34 dillo Exp $ +# $NetBSD: Makefile,v 1.10 2001/06/04 19:55:13 jtb Exp $ # $FreeBSD Id: Makefile,v 1.17 1997/06/16 06:39:51 max Exp DISTNAME= tin-1.4.5 @@ -17,6 +17,9 @@ MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.tin.org/ COMMENT= TIN newsreader (termcap based) +LICENSE= tin-license +RESTRICTED= "Profit from use, sale, trade, or reproduction disallowed" + GNU_CONFIGURE= yes .include "../../mk/bsd.prefs.mk" |