summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorWolfram Schneider <wosch@FreeBSD.org>1996-10-20 14:26:24 +0000
committerWolfram Schneider <wosch@FreeBSD.org>1996-10-20 14:26:24 +0000
commit44f9645ec61b20752a7abd1fb8ab139a12d2612c (patch)
tree66c3d185f7e3e83e5d79994d7dfa10cae43fe474 /net
parentAdd --enable-forgery, add more ${PREFIX}es (diff)
Print a banner warning where the cvsup binary located before fetching
cvsup/modula sources.
Notes
Notes: svn path=/head/; revision=4053
Diffstat (limited to 'net')
-rw-r--r--net/cvsup/Makefile12
1 files changed, 11 insertions, 1 deletions
diff --git a/net/cvsup/Makefile b/net/cvsup/Makefile
index e01f90b6bbc0..355170c5776a 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>