- Fix typo
PR: 202122 Submitted by: Chris Petrik Approved by: mat (mentor) Differential Revision: https://reviews.freebsd.org/D4392
This commit is contained in:
parent
b53a4a313e
commit
8357bb11ba
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=403319
1 changed files with 1 additions and 1 deletions
|
@ -115,7 +115,7 @@ CONFIGURE_ARGS+=--enable-qmail-queue=${QMAIL_QUEUE}
|
|||
PORTDOCS= AUTHORS ChangeLog README TODO
|
||||
|
||||
if ! ${TEST} -f ${QMAIL_QUEUE}; then \
|
||||
${ECHO_MSG} "Unable to found qmail-queue binary trying '${QMAIL_QUEUE}'."; \
|
||||
${ECHO_MSG} "Unable to find qmail-queue binary trying '${QMAIL_QUEUE}'."; \
|
||||
${ECHO_MSG} "Please set QMAIL_PREFIX to your qmail installation directory !"; \
|
||||
exit 1; \
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue