[PATCH] Fix simple typos in Mk/bsd.port.mk

Adam Weinberger adamw at adamw.org
Tue Sep 10 01:59:04 UTC 2019


On Mon, Sep 9, 2019 at 5:38 PM Rebecca Cran <rebecca at bsdio.com> wrote:
>
> I'm not a ports committer. So if anyone's interested, could someone else
> commit the following (change "Unkown" to "Unknown"), please?
>
>
> Index: Mk/bsd.port.mk
> ===================================================================
> --- Mk/bsd.port.mk      (revision 511716)
> +++ Mk/bsd.port.mk      (working copy)
> @@ -1462,7 +1462,7 @@
>  .endif
>  .endfor
>  .if !defined(_usefound)
> -ERROR+=        "Unkonwn USES=${f:C/\:.*//}"
> +ERROR+=        "Unknown USES=${f:C/\:.*//}"
>  .endif
>  .endfor
>
> @@ -1984,7 +1984,7 @@
>  .endif
>  .endfor
>  .if !defined(_usefound)
> -ERROR+=        "Unkonwn USES=${f:C/\:.*//}"
> +ERROR+=        "Unknown USES=${f:C/\:.*//}"
>  .endif
>  .endfor

Done. Thanks Rebecca! I'd love to fix as many of these as you can find.

# Adam


-- 
Adam Weinberger
adamw at adamw.org
https://www.adamw.org


More information about the freebsd-ports mailing list