summaryrefslogtreecommitdiff
path: root/Tools
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2015-01-27 13:38:01 +0000
committerMathieu Arnold <mat@FreeBSD.org>2015-01-27 13:38:01 +0000
commit16c7163fe6741dd43d6f7024df37231006d75271 (patch)
tree6f783ce8cfad19578af5e61995584b39b7b35887 /Tools
parentUpdate to upstream version 2.0.2 (diff)
Don't add ports/ to the PR line.
Sponsored by: Absolight
Notes
Notes: svn path=/head/; revision=378008
Diffstat (limited to 'Tools')
-rwxr-xr-xTools/scripts/addport2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/scripts/addport b/Tools/scripts/addport
index a5507b45b934..6ba0c45fbdfd 100755
--- a/Tools/scripts/addport
+++ b/Tools/scripts/addport
@@ -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";