diff options
author | mat <mat@FreeBSD.org> | 2015-01-27 21:38:01 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2015-01-27 21:38:01 +0800 |
commit | 8dd0eb2b4223d4b50e48d07954e4f507ba5d3522 (patch) | |
tree | 6f783ce8cfad19578af5e61995584b39b7b35887 /Tools | |
parent | db678806e38befa09dce3c4674301b5b4baeb3d0 (diff) | |
download | freebsd-ports-gnome-8dd0eb2b4223d4b50e48d07954e4f507ba5d3522.tar.gz freebsd-ports-gnome-8dd0eb2b4223d4b50e48d07954e4f507ba5d3522.tar.zst freebsd-ports-gnome-8dd0eb2b4223d4b50e48d07954e4f507ba5d3522.zip |
Don't add ports/ to the PR line.
Sponsored by: Absolight
Diffstat (limited to 'Tools')
-rwxr-xr-x | Tools/scripts/addport | 2 |
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"; |