diff options
author | bdrewery <bdrewery@FreeBSD.org> | 2014-04-19 14:24:14 +0800 |
---|---|---|
committer | bdrewery <bdrewery@FreeBSD.org> | 2014-04-19 14:24:14 +0800 |
commit | f3809aacd0cc75c8ddde1c3b090753bddd7cde1e (patch) | |
tree | 9fcf3cbeefbe645f164299004b0549607c0d0644 /mail/qmail-spamcontrol | |
parent | 4c0a8441ce7c08519ef15ca88ec5951dd4f8f32b (diff) | |
download | freebsd-ports-gnome-f3809aacd0cc75c8ddde1c3b090753bddd7cde1e.tar.gz freebsd-ports-gnome-f3809aacd0cc75c8ddde1c3b090753bddd7cde1e.tar.zst freebsd-ports-gnome-f3809aacd0cc75c8ddde1c3b090753bddd7cde1e.zip |
- Don't try removing /var/qmail/queue at all
- Remove /var/qmail/queue from STAGEDIR so it's not an orphan
Diffstat (limited to 'mail/qmail-spamcontrol')
-rw-r--r-- | mail/qmail-spamcontrol/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/qmail-spamcontrol/Makefile b/mail/qmail-spamcontrol/Makefile index 555287c736fc..59f528f9114a 100644 --- a/mail/qmail-spamcontrol/Makefile +++ b/mail/qmail-spamcontrol/Makefile @@ -2,7 +2,7 @@ PORTNAME= qmail PORTVERSION= ${QMAIL_VERSION}.${SPAMCONTROL_VERSION} -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= mail MASTER_SITES+= http://www.fehcom.de/qmail/spamcontrol/:spamcontrol \ ${MASTER_SITE_LOCAL:S/$/:spamcontrol/} |