diff options
| author | Kris Kennaway <kris@FreeBSD.org> | 2000-05-06 03:45:56 +0000 |
|---|---|---|
| committer | Kris Kennaway <kris@FreeBSD.org> | 2000-05-06 03:45:56 +0000 |
| commit | c1488d0756d27ad9bc33511680c62c852dea9d3e (patch) | |
| tree | bdfb4f6f7d0513f7730aa7933ab1d26034f0826f /share/examples | |
| parent | 46f5848237983d7c89140373b8350ec08573b29d (diff) | |
Notes
Diffstat (limited to 'share/examples')
| -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 |
