git: 4f62d3170cfc - main - Mk/bsd.port.mk: fix typo in .warning
Matthias Andree
mandree at FreeBSD.org
Thu Jul 22 09:36:11 UTC 2021
The branch main has been updated by mandree:
URL: https://cgit.FreeBSD.org/ports/commit/?id=4f62d3170cfcef5198a0eba031e54a029ce8efa5
commit 4f62d3170cfcef5198a0eba031e54a029ce8efa5
Author: Matthias Andree <mandree at FreeBSD.org>
AuthorDate: 2021-07-22 09:34:43 +0000
Commit: Matthias Andree <mandree at FreeBSD.org>
CommitDate: 2021-07-22 09:36:00 +0000
Mk/bsd.port.mk: fix typo in .warning
recommanded -> recommended.
Reported by: danfe
---
Mk/bsd.port.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk
index fbd46cc59d02..3c4acf11ebd3 100644
--- a/Mk/bsd.port.mk
+++ b/Mk/bsd.port.mk
@@ -1216,7 +1216,7 @@ _PKG_BEFORE_PKGEXT!= ${PKG_BIN} version -t ${_PKG_VERSION:C/-.*//g} 1.17.0
.if ${_PKG_BEFORE_PKGEXT} == "<"
_PKG_TRANSITIONING_TO_NEW_EXT= yes
_EXPORTED_VARS+= _PKG_TRANSITIONING_TO_NEW_EXT
-.warning "It is strongly recommanded to upgrade to a newer version of pkg first"
+.warning "It is strongly recommended to upgrade to a newer version of pkg first"
.endif
# XXX End of hack
_PKG_STATUS!= ${PKG_BIN} version -t ${_PKG_VERSION:C/-.*//g} ${MINIMAL_PKG_VERSION}
More information about the dev-commits-ports-all
mailing list