diff options
author | bland <bland@FreeBSD.org> | 2003-09-29 10:39:50 +0800 |
---|---|---|
committer | bland <bland@FreeBSD.org> | 2003-09-29 10:39:50 +0800 |
commit | adadb320f3fcf47255e191a1523b9c9496e2093d (patch) | |
tree | b461f2e2b425b5196f7ba55f7564e7d1f1692c72 /Tools/scripts | |
parent | 85e01dad062377370a74f2ec9c129c4525fe5041 (diff) | |
download | freebsd-ports-gnome-adadb320f3fcf47255e191a1523b9c9496e2093d.tar.gz freebsd-ports-gnome-adadb320f3fcf47255e191a1523b9c9496e2093d.tar.zst freebsd-ports-gnome-adadb320f3fcf47255e191a1523b9c9496e2093d.zip |
Fix -l option comment removing obsolete pkg-comment reference.
Approved by: will
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 |