diff options
| author | Tobias Kortkamp <tobik@FreeBSD.org> | 2019-09-12 13:03:35 +0000 |
|---|---|---|
| committer | Tobias Kortkamp <tobik@FreeBSD.org> | 2019-09-12 13:03:35 +0000 |
| commit | cc0a05b7e2f5ef7bfa98d2d82c74c021e89d5401 (patch) | |
| tree | 23e9bfe2e44cf11eeb1ebbdbfad8c2f0cbf6e602 /mail/simscan | |
| parent | devel/android-tools-fastboot: tabify after r511879 (diff) | |
mail/simscan: Drop standalone shell commands
They appear to not do anything.
Diffstat (limited to 'mail/simscan')
| -rw-r--r-- | mail/simscan/Makefile | 6 |
1 files changed, 0 insertions, 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 |
