Minor grammatical cleanups to the warning message.

This commit is contained in:
John Polstra 1996-10-22 03:12:33 +00:00
parent 7a8fe862c8
commit ed72b971ce
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=4069

View File

@ -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>