diff options
-rwxr-xr-x | CVSROOT/commit_prep.pl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/CVSROOT/commit_prep.pl b/CVSROOT/commit_prep.pl index cb70518eb497..e7b785442b49 100755 --- a/CVSROOT/commit_prep.pl +++ b/CVSROOT/commit_prep.pl @@ -183,9 +183,9 @@ $directory =~ s,^$cvsroot[/]+,,; if ($directory =~ /^src/) { $check_id = 1; } -#if ($directory =~ /^ports/) { -# $check_id = 2; -#} +if ($directory =~ /^ports/) { + $check_id = 2; +} if ($directory =~ /^src\/contrib/) { $check_id = 3; } |