diff options
author | Alexander Nedotsukov <bland@FreeBSD.org> | 2003-09-29 02:39:50 +0000 |
---|---|---|
committer | Alexander Nedotsukov <bland@FreeBSD.org> | 2003-09-29 02:39:50 +0000 |
commit | 23ee68125d06416131b0472827f2035534690063 (patch) | |
tree | 0e33840849939039a5bc6b063a1e47c3bc4016f9 /Tools/scripts | |
parent | -pthread/-lc_r => ${PTHREAD} (diff) |
Fix -l option comment removing obsolete pkg-comment reference.
Approved by: will
Notes
Notes:
svn path=/head/; revision=89738
Diffstat (limited to 'Tools/scripts')
-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 a733b5eb0ad8..25b07782661e 100755 --- a/Tools/scripts/addport +++ b/Tools/scripts/addport @@ -419,8 +419,8 @@ OPTIONS where things are placed. This is required in order to change things like module names etc. -l PR# Attempts to autogenerate a commit message by - reading the Makefile/pkg-comment files. The - PR number must be passed to -l. If there is + reading the Makefile file. + The PR number must be passed to -l. If there is no PR (i.e., self-created or submitted in private email), use PR# -1. -m Do not checkout ports/Mk (needed for support |