Date: Tue, 8 Dec 2015 17:47:17 +0000 (UTC) From: Martin Wilke <miwi@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r403319 - head/mail/simscan Message-ID: <201512081747.tB8HlHcd089233@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: miwi Date: Tue Dec 8 17:47:17 2015 New Revision: 403319 URL: https://svnweb.freebsd.org/changeset/ports/403319 Log: - Fix typo PR: 202122 Submitted by: Chris Petrik Approved by: mat (mentor) Differential Revision: https://reviews.freebsd.org/D4392 Modified: head/mail/simscan/Makefile Modified: head/mail/simscan/Makefile ============================================================================== --- head/mail/simscan/Makefile Tue Dec 8 17:46:27 2015 (r403318) +++ head/mail/simscan/Makefile Tue Dec 8 17:47:17 2015 (r403319) @@ -115,7 +115,7 @@ CONFIGURE_ARGS+=--enable-qmail-queue=${Q 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201512081747.tB8HlHcd089233>