diff options
author | obrien <obrien@FreeBSD.org> | 2004-08-25 03:38:05 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2004-08-25 03:38:05 +0000 |
commit | a2bb055310854876373f4978c9077436ae388a9b (patch) | |
tree | fdf98ff602d3f53ab1b92e0ee730132b82d68ae0 /usr.sbin/sade | |
parent | 3de2c5e7d88738ed4df45cd50dabd8c58988bd9b (diff) | |
download | FreeBSD-src-a2bb055310854876373f4978c9077436ae388a9b.zip FreeBSD-src-a2bb055310854876373f4978c9077436ae388a9b.tar.gz |
No longer do special handling of Perl. FreeBSD users have all of 5.x
to get used to the fact that Perl is no longer part of the base system.
It is practically impossible to install any useful package and not get
Perl automatically pulled in as a dependency. So the typical user will
get their Perl.
This change greatly reduces the amount of manual labor in building the
miniinst.iso in release building.
Diffstat (limited to 'usr.sbin/sade')
-rw-r--r-- | usr.sbin/sade/menus.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/usr.sbin/sade/menus.c b/usr.sbin/sade/menus.c index 13b812b..bd2b2a0 100644 --- a/usr.sbin/sade/menus.c +++ b/usr.sbin/sade/menus.c @@ -997,8 +997,6 @@ DMenu MenuSubDistributions = { dmenuFlagCheck, dmenuSetFlag, NULL, &Dists, '[', 'X', ']', DIST_PORTS }, { " local", "Local additions collection", dmenuFlagCheck, dmenuSetFlag, NULL, &Dists, '[', 'X', ']', DIST_LOCAL}, - { " perl", "The Perl distribution", - dmenuFlagCheck, dmenuSetFlag, NULL, &Dists, '[', 'X', ']', DIST_PERL }, { " X.Org", "The X.Org distribution", x11FlagCheck, distSetXOrg }, { NULL } }, |