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

Rebecca Cran rebecca at bsdio.com
Mon Sep 9 23:38:41 UTC 2019


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



More information about the freebsd-ports mailing list