From cc0a05b7e2f5ef7bfa98d2d82c74c021e89d5401 Mon Sep 17 00:00:00 2001 From: Tobias Kortkamp Date: Thu, 12 Sep 2019 13:03:35 +0000 Subject: [PATCH] mail/simscan: Drop standalone shell commands They appear to not do anything. --- mail/simscan/Makefile | 6 ------ 1 file changed, 6 deletions(-) diff --git a/mail/simscan/Makefile b/mail/simscan/Makefile index c33f6ece3ce0..bccdd3f584ed 100644 --- a/mail/simscan/Makefile +++ b/mail/simscan/Makefile @@ -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