- allow addport to work in ports-mgnt again
Approved by: garga, drso, flz
This commit is contained in:
parent
b731592f7e
commit
5e55949069
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=251498
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue