diff options
author | Renato Botelho <garga@FreeBSD.org> | 2006-08-03 21:39:12 +0000 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2006-08-03 21:39:12 +0000 |
commit | 8178bf3c69fd9844b306ef3bef7d9192c16d6c69 (patch) | |
tree | c08be2c997bedf1061f8a16247580172f88ed220 /mail/qmail/Makefile | |
parent | 9cd1ea2b4241b66919cbef270b664cb12e9c2de7 (diff) | |
download | ports-8178bf3c69fd9844b306ef3bef7d9192c16d6c69.tar.gz ports-8178bf3c69fd9844b306ef3bef7d9192c16d6c69.zip |
Fix outgoingip.patch-spamcontrol MASTER_SITE_SUBDIR
Notes
Notes:
svn path=/head/; revision=169594
Diffstat (limited to 'mail/qmail/Makefile')
-rw-r--r-- | mail/qmail/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/qmail/Makefile b/mail/qmail/Makefile index 46ebb15d6767..c4b23e20c426 100644 --- a/mail/qmail/Makefile +++ b/mail/qmail/Makefile @@ -429,7 +429,7 @@ PATCHFILES+= big-concurrency.patch PATCHFILES+= qmail-1.03-qmtpc_outgoingip.patch:qmtpc_outgoingip .elif defined(WITH_OUTGOINGIP_PATCH) && !defined(BARRIER_OUTGOINGIP_PATCH) && defined(SLAVE_SPAMCONTROL) MASTER_SITES+= ${MASTER_SITE_LOCAL:S/$/:outgoingip_spamcontrol/} -MASTER_SITE_SUBDIR+= garga/qmail:outgoingip_spamcontrol +MASTER_SITE_SUBDIR+= garga/qmail/:outgoingip_spamcontrol DISTFILES+= outgoingip.patch-spamcontrol:outgoingip_spamcontrol .elif defined(WITH_OUTGOINGIP_PATCH) && !defined(BARRIER_OUTGOINGIP_PATCH) PATCHFILES+= outgoingip.patch |