- allow addport to work in ports-mgnt again

Approved by:	garga, drso, flz
This commit is contained in:
Dirk Meyer 2010-03-25 15:44:17 +00:00
parent b731592f7e
commit 5e55949069
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=251498

View file

@ -226,7 +226,7 @@ foreach my $thisdir (@dirs) {
}
}
chomp(my $cvs_category = $category);
$cvs_category =~ s/-/_/g if ($cvs_category !~ /ports-mgmt/);
$cvs_category =~ s/-/_/g;
# Do commitfile checking but only if the user did not request automatic filling.
if (!$autofill) {