Date: Mon, 9 Sep 2019 17:38:38 -0600 From: Rebecca Cran <rebecca@bsdio.com> To: freebsd-ports <freebsd-ports@freebsd.org> Subject: [PATCH] Fix simple typos in Mk/bsd.port.mk Message-ID: <841d6641-af12-0fb0-84df-a7b9274f1a99@bsdio.com>
next in thread | raw e-mail | index | archive | help
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 -- Rebecca Cran
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?841d6641-af12-0fb0-84df-a7b9274f1a99>