diff options
author | Masafumi Max NAKANE <max@FreeBSD.org> | 1996-12-07 11:26:58 +0000 |
---|---|---|
committer | Masafumi Max NAKANE <max@FreeBSD.org> | 1996-12-07 11:26:58 +0000 |
commit | 3e17de1c731b8e782b85c297d600137e29d49dfe (patch) | |
tree | 361285587bdf8ae3938be8a9fb69a84732f1e624 /news/trn/Makefile | |
parent | Typo in RESTRICTED= line. (diff) |
Now, string describing reason for defining these variables must be set
when you define NO_CDROM, NO_PACKAGE or RESTRICTED instead of just ``yes''.
Diffstat (limited to 'news/trn/Makefile')
-rw-r--r-- | news/trn/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/news/trn/Makefile b/news/trn/Makefile index b273f0bbfd13..d7e35c636d11 100644 --- a/news/trn/Makefile +++ b/news/trn/Makefile @@ -3,7 +3,7 @@ # Date created: 21 October 1994 # Whom: smace # -# $Id: Makefile,v 1.9 1996/11/18 14:10:52 asami Exp $ +# $Id: Makefile,v 1.10 1996/11/22 11:53:51 asami Exp $ # DISTNAME= trn-3.6 @@ -12,7 +12,7 @@ MASTER_SITES= ftp://ftp.uu.net/networking/news/readers/trn/ RUN_DEPENDS= munpack:${PORTSDIR}/mail/mpack -NO_PACKAGE= yes # too many questions +NO_PACKAGE= "Too many questions." IS_INTERACTIVE= yes MAN1= trn.1 Pnews.1 Rnmail.1 newsetup.1 newsgroups.1 |