diff options
author | gdt <gdt@pkgsrc.org> | 2008-09-12 11:33:44 +0000 |
---|---|---|
committer | gdt <gdt@pkgsrc.org> | 2008-09-12 11:33:44 +0000 |
commit | e13009315b3b751c31297f27bb55facca4e9d4a1 (patch) | |
tree | ccaf8c71846ddf264bec625064cf9821c56f3ce1 /news | |
parent | 67ba76335806443d180585c3cb75bf5e221cdc74 (diff) | |
download | pkgsrc-e13009315b3b751c31297f27bb55facca4e9d4a1.tar.gz |
set NO_*_ON_CDROM following LICENSE.
Diffstat (limited to 'news')
-rw-r--r-- | news/tin/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/news/tin/Makefile b/news/tin/Makefile index 6ad90b42daf..e9b97898cfc 100644 --- a/news/tin/Makefile +++ b/news/tin/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.35 2007/12/02 12:20:12 wiz Exp $ +# $NetBSD: Makefile,v 1.36 2008/09/12 11:33:44 gdt Exp $ # DISTNAME= tin-1.8.3 @@ -16,6 +16,8 @@ COMMENT= TIN newsreader (termcap based) # See src/nntplib.c, vms/vms.c LICENSE= tin-license RESTRICTED= Profit from use, sale, trade, or reproduction disallowed +NO_SRC_ON_CDROM= ${RESTRICTED} +NO_BIN_ON_CDROM= ${RESTRICTED} GNU_CONFIGURE= yes USE_PKGLOCALEDIR=yes |