svn commit: r511728 - head/Mk

Adam Weinberger adamw at FreeBSD.org
Tue Sep 10 01:58:05 UTC 2019


Author: adamw
Date: Tue Sep 10 01:58:04 2019
New Revision: 511728
URL: https://svnweb.freebsd.org/changeset/ports/511728

Log:
  Fix string typos
  
  Submitted by:	Rebecca Cran

Modified:
  head/Mk/bsd.port.mk

Modified: head/Mk/bsd.port.mk
==============================================================================
--- head/Mk/bsd.port.mk	Tue Sep 10 01:51:51 2019	(r511727)
+++ head/Mk/bsd.port.mk	Tue Sep 10 01:58:04 2019	(r511728)
@@ -1462,7 +1462,7 @@ _usefound=
 .endif
 .endfor
 .if !defined(_usefound)
-ERROR+=	"Unkonwn USES=${f:C/\:.*//}"
+ERROR+=	"Unknown USES=${f:C/\:.*//}"
 .endif
 .endfor
 
@@ -1984,7 +1984,7 @@ _usefound=
 .endif
 .endfor
 .if !defined(_usefound)
-ERROR+=	"Unkonwn USES=${f:C/\:.*//}"
+ERROR+=	"Unknown USES=${f:C/\:.*//}"
 .endif
 .endfor
 


More information about the svn-ports-all mailing list