diff options
author | Alex Dupre <ale@FreeBSD.org> | 2004-01-23 07:28:54 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2004-01-23 07:28:54 +0000 |
commit | 0374da0b6e32123b2a86bdfabee5f2064246729b (patch) | |
tree | 03669bc5f8b78680df805280f574a58e5146eb28 /Tools | |
parent | 0094dd874bff2b9b6487dc93f28802fcff5a884d (diff) | |
download | ports-0374da0b6e32123b2a86bdfabee5f2064246729b.tar.gz ports-0374da0b6e32123b2a86bdfabee5f2064246729b.zip |
Notes
Diffstat (limited to 'Tools')
-rwxr-xr-x | Tools/scripts/addport | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Tools/scripts/addport b/Tools/scripts/addport index ec627f2a5537..e1a06c417695 100755 --- a/Tools/scripts/addport +++ b/Tools/scripts/addport @@ -259,7 +259,7 @@ foreach my $thisdir (@dirs) { $tmp = $tmp2; } print AUTOFILL $tmp; - print AUTOFILL "PR: $autofill\n" if ($autofill != -1); + print AUTOFILL "PR: ports/$autofill\n" if ($autofill != -1); print AUTOFILL "Submitted by: $orig" if ($autofill != -1); close(AUTOFILL); print "Okay, a commit log message was automatically generated for you.\n"; @@ -382,7 +382,7 @@ print <<EOF; authors: <will\@FreeBSD.org>, <mharo\@FreeBSD.org> SYNOPSIS - $0 [-c commitfile] [-h host] [-l PR number] [-s distdir] [-s distdir] + $0 [-c commitfile] [-h host] [-l PR number] [-s distdir] [-u user] [-afgimnt] -d directory Where "directory" contains the comma-delimited list |