diff options
author | Matthias Andree <mandree@FreeBSD.org> | 2021-07-22 10:43:34 +0200 |
---|---|---|
committer | Matthias Andree <mandree@FreeBSD.org> | 2021-07-22 10:43:34 +0200 |
commit | 17db9a3291e9e8b62af035ee1b22160be465976a (patch) | |
tree | b98338d6f71c4225117f526a5bb02ee408f39bc4 /Mk | |
parent | dns/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.mk | 2 |
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} |