svn commit: r511881 - head/mail/simscan

Tobias Kortkamp tobik at FreeBSD.org
Thu Sep 12 13:03:36 UTC 2019


Author: tobik
Date: Thu Sep 12 13:03:35 2019
New Revision: 511881
URL: https://svnweb.freebsd.org/changeset/ports/511881

Log:
  mail/simscan: Drop standalone shell commands
  
  They appear to not do anything.

Modified:
  head/mail/simscan/Makefile

Modified: head/mail/simscan/Makefile
==============================================================================
--- head/mail/simscan/Makefile	Thu Sep 12 12:57:00 2019	(r511880)
+++ head/mail/simscan/Makefile	Thu Sep 12 13:03:35 2019	(r511881)
@@ -91,12 +91,6 @@ CONFIGURE_ARGS+=--enable-qmail-queue=${QMAIL_QUEUE}
 
 PORTDOCS=	AUTHORS ChangeLog README TODO
 
-if ! ${TEST} -f ${QMAIL_QUEUE}; then \
-	${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
-
 post-patch:
 	@${REINPLACE_CMD} -E 's,($f/daily.cvd"),\1 || test -d "$$f/daily.inc",' \
 		${WRKSRC}/configure


More information about the svn-ports-all mailing list