diff options
author | John Polstra <jdp@FreeBSD.org> | 1996-10-22 03:12:33 +0000 |
---|---|---|
committer | John Polstra <jdp@FreeBSD.org> | 1996-10-22 03:12:33 +0000 |
commit | ed72b971ce0737753c84b634bcc73f2221fda10b (patch) | |
tree | e39a12f69bff42da74a3c773f9ae3ff42049a1e0 /net/cvsup | |
parent | Move EXTRACT_SUFX up in the first section where it belongs. (diff) |
Minor grammatical cleanups to the warning message.
Notes
Notes:
svn path=/head/; revision=4069
Diffstat (limited to 'net/cvsup')
-rw-r--r-- | net/cvsup/Makefile | 12 |
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> |