diff options
author | max <max@FreeBSD.org> | 1996-12-07 19:26:58 +0800 |
---|---|---|
committer | max <max@FreeBSD.org> | 1996-12-07 19:26:58 +0800 |
commit | bea30c631c04235a8505e3fe72eea7eab8c23e84 (patch) | |
tree | 7250e684a2c8bfe38440afbc76eb6b5d574aebb1 /news/trn4 | |
parent | a716c3ba2b3defde765ea809514d631cec7e58e2 (diff) | |
download | freebsd-ports-gnome-bea30c631c04235a8505e3fe72eea7eab8c23e84.tar.gz freebsd-ports-gnome-bea30c631c04235a8505e3fe72eea7eab8c23e84.tar.zst freebsd-ports-gnome-bea30c631c04235a8505e3fe72eea7eab8c23e84.zip |
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/trn4')
-rw-r--r-- | news/trn4/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/news/trn4/Makefile b/news/trn4/Makefile index b273f0bbfd13..d7e35c636d11 100644 --- a/news/trn4/Makefile +++ b/news/trn4/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 |