diff options
author | Renato Botelho <garga@FreeBSD.org> | 2008-01-15 13:32:21 +0000 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2008-01-15 13:32:21 +0000 |
commit | e959d2c1c8f96de6decf3dc84b69108c3035afbe (patch) | |
tree | 6352a621c75fdcc119b6368c2bbe71598a8fe548 /mail | |
parent | 8e5a4e9b931fb77743f66bead7ee75b14d5680bd (diff) | |
download | ports-e959d2c1c8f96de6decf3dc84b69108c3035afbe.tar.gz ports-e959d2c1c8f96de6decf3dc84b69108c3035afbe.zip |
Notes
Diffstat (limited to 'mail')
-rw-r--r-- | mail/qmail-spamcontrol/Makefile | 2 | ||||
-rw-r--r-- | mail/qmail/Makefile | 3 |
2 files changed, 2 insertions, 3 deletions
diff --git a/mail/qmail-spamcontrol/Makefile b/mail/qmail-spamcontrol/Makefile index 7bc2ed32e0de..23dfa06a5c64 100644 --- a/mail/qmail-spamcontrol/Makefile +++ b/mail/qmail-spamcontrol/Makefile @@ -7,7 +7,7 @@ PORTNAME= qmail PORTVERSION= ${QMAIL_VERSION}.${SPAMCONTROL_VERSION} -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= mail MASTER_SITES+= http://www.fehcom.de/qmail/spamcontrol/:spamcontrol \ ${MASTER_SITE_LOCAL:S/$/:spamcontrol/} diff --git a/mail/qmail/Makefile b/mail/qmail/Makefile index 1d8d019b20aa..d3f6679d0bd3 100644 --- a/mail/qmail/Makefile +++ b/mail/qmail/Makefile @@ -659,8 +659,7 @@ post-patch: s!QUEUE_EXTRALEN 0!QUEUE_EXTRALEN 5!g' \ ${WRKSRC}/extra.h .endif -.if ( ${ARCH} == "amd64" || ${ARCH} == "ia64" ) && \ - ( !defined(SLAVE_SPAMCONTROL) && !defined(SLAVE_LDAP) ) +.if ( ${ARCH} == "amd64" || ${ARCH} == "ia64" ) && !defined(SLAVE_LDAP) @${PATCH} -d ${WRKSRC} < ${FILESDIR}/extra-patch-amd64 .endif |