Update source description to note that everything is now included.

Submitted by:	Chris Faulhaber <jedgar@fxp.org>
This commit is contained in:
jkh 2000-11-21 02:22:31 +00:00
parent 6a0e74e91d
commit 32c7841c33
3 changed files with 3 additions and 3 deletions

View File

@ -790,7 +790,7 @@ DMenu MenuSubDistributions = {
dmenuFlagCheck, dmenuSetFlag, NULL, &Dists, '[', 'X', ']', DIST_CATPAGES },
{ " proflibs", "Profiled versions of the libraries",
dmenuFlagCheck, dmenuSetFlag, NULL, &Dists, '[', 'X', ']', DIST_PROFLIBS },
{ " src", "Sources for everything but encryption",
{ " src", "Sources for everything",
srcFlagCheck, distSetSrc },
{ " ports", "The FreeBSD Ports collection",
dmenuFlagCheck, dmenuSetFlag, NULL, &Dists, '[', 'X', ']', DIST_PORTS },

View File

@ -790,7 +790,7 @@ DMenu MenuSubDistributions = {
dmenuFlagCheck, dmenuSetFlag, NULL, &Dists, '[', 'X', ']', DIST_CATPAGES },
{ " proflibs", "Profiled versions of the libraries",
dmenuFlagCheck, dmenuSetFlag, NULL, &Dists, '[', 'X', ']', DIST_PROFLIBS },
{ " src", "Sources for everything but encryption",
{ " src", "Sources for everything",
srcFlagCheck, distSetSrc },
{ " ports", "The FreeBSD Ports collection",
dmenuFlagCheck, dmenuSetFlag, NULL, &Dists, '[', 'X', ']', DIST_PORTS },

View File

@ -790,7 +790,7 @@ DMenu MenuSubDistributions = {
dmenuFlagCheck, dmenuSetFlag, NULL, &Dists, '[', 'X', ']', DIST_CATPAGES },
{ " proflibs", "Profiled versions of the libraries",
dmenuFlagCheck, dmenuSetFlag, NULL, &Dists, '[', 'X', ']', DIST_PROFLIBS },
{ " src", "Sources for everything but encryption",
{ " src", "Sources for everything",
srcFlagCheck, distSetSrc },
{ " ports", "The FreeBSD Ports collection",
dmenuFlagCheck, dmenuSetFlag, NULL, &Dists, '[', 'X', ']', DIST_PORTS },