Fix a typo
PR: 77330 Submitted by: Conrad J. Sabatier <conrads@cox.net>
This commit is contained in:
parent
77f8274110
commit
c84a75b4c1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=128440
1 changed files with 1 additions and 1 deletions
|
@ -299,7 +299,7 @@ check-makevars::
|
|||
. for variable in JAVA_HOME JAVA_PORT JAVA_PORT_VERSION JAVA_PORT_VENDOR JAVA_PORT_OS
|
||||
. if defined(${variable})
|
||||
check-makevars::
|
||||
@${ECHO_CMD} "${PKGNAME}: Environement error: \"${variable}\" should not be defined."
|
||||
@${ECHO_CMD} "${PKGNAME}: Environment error: \"${variable}\" should not be defined."
|
||||
@${FALSE}
|
||||
. endif
|
||||
. endfor
|
||||
|
|
Loading…
Reference in a new issue