aboutsummaryrefslogtreecommitdiffstats
path: root/x11
diff options
context:
space:
mode:
authoranholt <anholt@FreeBSD.org>2003-05-02 15:57:40 +0800
committeranholt <anholt@FreeBSD.org>2003-05-02 15:57:40 +0800
commit787589c8fe46c852a06541fefe45198f9292ff09 (patch)
treee6556d65aa51cea558c8cdf96bc66e80c8e575bb /x11
parentf87eaa6a914966078985802b7d60aeab664c2b84 (diff)
downloadfreebsd-ports-gnome-787589c8fe46c852a06541fefe45198f9292ff09.tar.gz
freebsd-ports-gnome-787589c8fe46c852a06541fefe45198f9292ff09.tar.zst
freebsd-ports-gnome-787589c8fe46c852a06541fefe45198f9292ff09.zip
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>
Diffstat (limited to 'x11')
-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