svn commit: r403319 - head/mail/simscan

Martin Wilke miwi at FreeBSD.org
Tue Dec 8 17:47:18 UTC 2015


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


More information about the svn-ports-head mailing list