mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
Don't add ports/ to the PR line.
Sponsored by: Absolight
This commit is contained in:
parent
48b980c061
commit
16c7163fe6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=378008
@ -302,7 +302,7 @@ foreach my $thisdir (@dirs) {
|
||||
$tmp = $pkgcomment;
|
||||
}
|
||||
print AUTOFILL $tmp;
|
||||
print AUTOFILL "PR: ports/$autofill\n" if ($autofill != -1);
|
||||
print AUTOFILL "PR: $autofill\n" if ($autofill != -1);
|
||||
print AUTOFILL "Submitted by: $maintainer" if ($maintainer && $autofill != -1);
|
||||
close(AUTOFILL);
|
||||
print "Okay, a commit log message was automatically generated for you.\n";
|
||||
|
Loading…
Reference in New Issue
Block a user