summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1997-03-10 11:37:54 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1997-03-10 11:37:54 +0000
commit524fc2145cc73a8c179a995240440e6df65d6745 (patch)
tree3b980e2d5a2cdce3e150a342e29e0ee790d596b2
parentFix this so it will package. Also, instead of making "PLIST" from (diff)
Note that the ports collection can eat disk space during its lifetime.
Notes
Notes: svn path=/head/; revision=5929
-rw-r--r--README10
1 files changed, 10 insertions, 0 deletions
diff --git a/README b/README
index c5633d718c89..79a8f917f26a 100644
--- a/README
+++ b/README
@@ -19,3 +19,13 @@ for the latest official version from FreeBSD-current.
The section "The Ports Collection" will tell you how to use the
ports and packages and the "Porting Applications" section
describes how one can contribute to the ports collection.
+
+NOTE: This tree can GROW significantly in size during normal usage!
+The distribution tar files can and do accumulate in /usr/ports/distfiles,
+and the individual ports will also use up lots of space in their work
+subdirectories unless you remember to "make clean" after you're done
+building a given port. /usr/ports/distfiles can also be periodically
+cleaned without ill-effect, though if you don't have the original
+distribution tarball(s) for something on CDROM then you will need to pull
+it all over your network connection again if you ever try to build the
+associated port.