summaryrefslogtreecommitdiff
path: root/Mk
diff options
context:
space:
mode:
authorMatthias Andree <mandree@FreeBSD.org>2021-07-22 10:43:34 +0200
committerMatthias Andree <mandree@FreeBSD.org>2021-07-22 10:43:34 +0200
commit17db9a3291e9e8b62af035ee1b22160be465976a (patch)
treeb98338d6f71c4225117f526a5bb02ee408f39bc4 /Mk
parentdns/dnsmasq-devel: update to 2.86test6 (diff)
Mk/bsd.port.mk: fix typo in .warning
vertion -> version. Approved by: portmgr@ (implicit)
Diffstat (limited to 'Mk')
-rw-r--r--Mk/bsd.port.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk
index 5eba5d89da95..fbd46cc59d02 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 vertion of pkg first"
+.warning "It is strongly recommanded 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}