diff options
author | wosch <wosch@FreeBSD.org> | 1996-10-20 22:26:24 +0800 |
---|---|---|
committer | wosch <wosch@FreeBSD.org> | 1996-10-20 22:26:24 +0800 |
commit | 1a2ca874a512a84723e1b51d3ecea0d781bc44b4 (patch) | |
tree | 754f7552cfe4316dc3094cd49f8f52c917cbe4df | |
parent | 88c989da630bd76c6c69fd997f3de22366e9bb04 (diff) | |
download | freebsd-ports-graphics-1a2ca874a512a84723e1b51d3ecea0d781bc44b4.tar.gz freebsd-ports-graphics-1a2ca874a512a84723e1b51d3ecea0d781bc44b4.tar.zst freebsd-ports-graphics-1a2ca874a512a84723e1b51d3ecea0d781bc44b4.zip |
Print a banner warning where the cvsup binary located before fetching
cvsup/modula sources.
-rw-r--r-- | net/cvsup/Makefile | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/net/cvsup/Makefile b/net/cvsup/Makefile index e01f90b6bbc..355170c5776 100644 --- a/net/cvsup/Makefile +++ b/net/cvsup/Makefile @@ -3,7 +3,7 @@ # Date created: 7 August 1995 # Whom: asami # -# $Id: Makefile,v 1.6 1996/09/13 00:13:17 jdp Exp $ +# $Id: Makefile,v 1.7 1996/09/27 02:33:15 jdp Exp $ # DISTNAME= cvsup-13.4 @@ -16,4 +16,14 @@ LIB_DEPENDS= m3\\.3\\.:${PORTSDIR}/lang/modula-3 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} "" + @${ECHO} "" + .include <bsd.port.mk> |