diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2015-01-27 13:38:01 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2015-01-27 13:38:01 +0000 |
commit | 16c7163fe6741dd43d6f7024df37231006d75271 (patch) | |
tree | 6f783ce8cfad19578af5e61995584b39b7b35887 /Tools | |
parent | 48b980c06175292815bc99299d55ddf8550741a7 (diff) | |
download | ports-16c7163fe6741dd43d6f7024df37231006d75271.tar.gz ports-16c7163fe6741dd43d6f7024df37231006d75271.zip |
Notes
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"; |