diff options
| author | Kris Kennaway <kris@FreeBSD.org> | 2000-05-06 03:46:36 +0000 |
|---|---|---|
| committer | Kris Kennaway <kris@FreeBSD.org> | 2000-05-06 03:46:36 +0000 |
| commit | b02a64df759321c17104f666c6850f01267b5ebb (patch) | |
| tree | fca1e53b880eb03c84beb721ee1d3c916ea71c63 | |
| parent | 64c1e066ba973e0f8ed1becd7aedc4c663038724 (diff) | |
Notes
| -rw-r--r-- | share/examples/cvsup/ports-supfile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/share/examples/cvsup/ports-supfile b/share/examples/cvsup/ports-supfile index 27b27ecb595c..7dfe5509d045 100644 --- a/share/examples/cvsup/ports-supfile +++ b/share/examples/cvsup/ports-supfile @@ -66,10 +66,15 @@ ports-all # These are the individual collections that make up "ports-all". If you # use these, be sure to comment out "ports-all" above. +# +# Be sure to ALWAYS cvsup the ports-base collection if you use any of the +# other individual collections below. ports-base is a mandatory collection +# for the ports collection, and your ports may not build correctly if it +# is not kept up to date. +#ports-base #ports-archivers #ports-astro #ports-audio -#ports-base #ports-benchmarks #ports-biology #ports-cad |
