1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

Fix typos/grammar.

Thanks for the review, Mark.

Reported by:	linimon@
This commit is contained in:
Matthias Andree 2019-07-12 16:40:14 +00:00
parent 538b78d50a
commit 08c566cdbf
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=506476

View File

@ -14,8 +14,8 @@
# about the envionment, for security reasons, and is considered
# good Perl practice.
#
# You must use either the -l (shaLlow, avoid grandparent dependencies,
# slower) or -g option (include grandparend dependencies) option.
# You can use either the -l (shaLlow, avoid grandparent dependencies,
# slower) or -g option (include grandparent dependencies) option.
#
# MAINTAINER= mandree@FreeBSD.org
#
@ -176,7 +176,7 @@ my %DEPPORTS = ();
foreach my $PORT (@ARGV) {
#
# See if the port does really exists.
# See if the port really exists.
# If specified as category/portname, that should be enough.
# If specified as portname, check all categories for existence or duplicates.
#