1
0
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:
Mathieu Arnold 2015-01-27 13:38:01 +00:00
parent 48b980c061
commit 16c7163fe6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=378008

View File

@ -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";