aboutsummaryrefslogtreecommitdiff
path: root/mail/qmail/Makefile
diff options
context:
space:
mode:
authorBryan Drewery <bdrewery@FreeBSD.org>2014-04-19 06:24:14 +0000
committerBryan Drewery <bdrewery@FreeBSD.org>2014-04-19 06:24:14 +0000
commitc0ec093f320fc534f4648dac3aa21371a52cb9ff (patch)
tree9fcf3cbeefbe645f164299004b0549607c0d0644 /mail/qmail/Makefile
parent5b88b2459b826d31cd5db00a078a5d78ab83d429 (diff)
downloadports-c0ec093f320fc534f4648dac3aa21371a52cb9ff.tar.gz
ports-c0ec093f320fc534f4648dac3aa21371a52cb9ff.zip
- Don't try removing /var/qmail/queue at all
- Remove /var/qmail/queue from STAGEDIR so it's not an orphan
Notes
Notes: svn path=/head/; revision=351584
Diffstat (limited to 'mail/qmail/Makefile')
-rw-r--r--mail/qmail/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/mail/qmail/Makefile b/mail/qmail/Makefile
index f0d1f1a46c4f..f63787406fd6 100644
--- a/mail/qmail/Makefile
+++ b/mail/qmail/Makefile
@@ -3,7 +3,7 @@
PORTNAME= qmail
PORTVERSION?= ${QMAIL_VERSION}
-PORTREVISION?= 9
+PORTREVISION?= 10
CATEGORIES= mail
MASTER_SITES+= ${MASTER_SITE_QMAIL}
DISTNAME= ${PORTNAME}-${QMAIL_VERSION}
@@ -909,6 +909,8 @@ post-install:
${ECHO_CMD} "@exec install -d -o root -g qmail ${PREFIX}"; \
${ECHO_CMD} "@unexec rmdir ${QMAIL_PREFIX} 2>/dev/null || :"; \
} >> ${TMPPLIST}
+# Stop check-orphans finding the queue dir
+ ${RM} -rf ${STAGEDIR}${PREFIX}/queue/
certificate:
.if defined(SLAVE_TLS) || defined(SLAVE_LDAP)