Skip to content

Commit

Permalink
Mk/bsd.port.mk: fix typo in .warning
Browse files Browse the repository at this point in the history
vertion -> version.

Approved by: portmgr@ (implicit)
  • Loading branch information
mandree committed Jul 22, 2021
1 parent 35d8b4a commit 17db9a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Mk/bsd.port.mk
Expand Up @@ -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}
Expand Down

0 comments on commit 17db9a3

Please sign in to comment.