aboutsummaryrefslogtreecommitdiffstats
path: root/net/cvsup/Makefile
diff options
context:
space:
mode:
authorjdp <jdp@FreeBSD.org>1996-10-22 11:12:33 +0800
committerjdp <jdp@FreeBSD.org>1996-10-22 11:12:33 +0800
commitcce43509224bec43417171eed33f7f2849c1deee (patch)
tree97ace26fbb62e7c6768f12b02e5119c73478c1b9 /net/cvsup/Makefile
parent1ba4dd8e56157ae731ac993c060d6479c421b1f1 (diff)
downloadfreebsd-ports-gnome-cce43509224bec43417171eed33f7f2849c1deee.tar.gz
freebsd-ports-gnome-cce43509224bec43417171eed33f7f2849c1deee.tar.zst
freebsd-ports-gnome-cce43509224bec43417171eed33f7f2849c1deee.zip
Minor grammatical cleanups to the warning message.
Diffstat (limited to 'net/cvsup/Makefile')
-rw-r--r--net/cvsup/Makefile12
1 files changed, 6 insertions, 6 deletions
diff --git a/net/cvsup/Makefile b/net/cvsup/Makefile
index 355170c5776a..055add595a74 100644
--- a/net/cvsup/Makefile
+++ b/net/cvsup/Makefile
@@ -3,7 +3,7 @@
# Date created: 7 August 1995
# Whom: asami
#
-# $Id: Makefile,v 1.7 1996/09/27 02:33:15 jdp Exp $
+# $Id: Makefile,v 1.8 1996/10/20 14:26:24 wosch Exp $
#
DISTNAME= cvsup-13.4
@@ -18,12 +18,12 @@ MAKE_ENV= M3FLAGS=-DDYNAMIC
pre-fetch warning:
@${ECHO} "WARNING WARNING WARNING WARNING WARNING WARNING"
- @${ECHO} "CVSup depend on Modula-3, which require > 30MB disk space."
- @${ECHO} "You don't need install Modula unless you want it for some"
- @${ECHO} "other reason. Get the static binary of cvsup on freefall in"
- @${ECHO} ""
- @${ECHO} " ftp://freefall.freebsd.org/pub/CVSup/cvsup-bin-*"
+ @${ECHO} "CVSup depends on Modula-3, which requires > 30MB disk space."
+ @${ECHO} "You don't need to install Modula-3 unless you want it for
+ @${ECHO} "some other reason. You can get static binaries of CVSup"
+ @${ECHO} "from:"
@${ECHO} ""
+ @${ECHO} " ftp://freefall.freebsd.org/pub/CVSup/"
@${ECHO} ""
.include <bsd.port.mk>