summaryrefslogtreecommitdiff
path: root/x11/XFree86-4
diff options
context:
space:
mode:
authorEric Anholt <anholt@FreeBSD.org>2003-05-02 07:57:40 +0000
committerEric Anholt <anholt@FreeBSD.org>2003-05-02 07:57:40 +0000
commit411774cc41ccc85a6096eacdf9342d5274b91890 (patch)
tree406f434c38c90bd8ad73d029f3aebb3ef15eb4ee /x11/XFree86-4
parentUpdate to 0.48.1 (diff)
Add a warning about disk space and not to expect building until you type
'make install'. PR: ports/50974 (partially) Submitted by: Yar Tikhiy <yar@comp.chem.msu.su>
Notes
Notes: svn path=/head/; revision=80001
Diffstat (limited to 'x11/XFree86-4')
-rw-r--r--x11/XFree86-4/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/x11/XFree86-4/Makefile b/x11/XFree86-4/Makefile
index 8c278d58575d..075772600d40 100644
--- a/x11/XFree86-4/Makefile
+++ b/x11/XFree86-4/Makefile
@@ -37,6 +37,13 @@ FONTCYR= ${X11BASE}/lib/X11/fonts/cyrillic/crox1c.pcf.gz
FONTDEFAULT= ${X11BASE}/lib/X11/fonts/misc/cursor.pcf.gz
FONTSCALE= ${X11BASE}/lib/X11/fonts/TTF/luximb.ttf
+pre-everything:
+ @${ECHO_MSG} "This is a meta-port, meaning that it just depends on its subparts of the port."
+ @${ECHO_MSG} "It won't build and install all the parts until you have typed make install"
+ @${ECHO_MSG} "This port does not ensure things are upgraded; use portupgrade if you want to"
+ @${ECHO_MSG} "upgrade XFree86. If you simply type 'make install' it may use over 2GB to build"
+ @${ECHO_MSG} "all of the subports. You can install the ports singly if you are low on space."
+
.if make(package)
DEPENDS_TARGET="package"
.endif