summaryrefslogtreecommitdiff
path: root/mail/qmail
diff options
context:
space:
mode:
authorMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2002-04-03 21:10:43 +0000
committerMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2002-04-03 21:10:43 +0000
commitdef53cc6287ee74ebeb7b26e4c702f11a8ff9aba (patch)
tree29a2b7b90a05a4efe6b059221097cc7ca0566b3c /mail/qmail
parentKDE's ftp directory structure changed (diff)
o Fix breakage introduced in last rev:
- Comma operator does not work for {DIST,PATCH}FILES just yet, re-arrange groups to achieve similar effect
Notes
Notes: svn path=/head/; revision=57278
Diffstat (limited to 'mail/qmail')
-rw-r--r--mail/qmail/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/mail/qmail/Makefile b/mail/qmail/Makefile
index 1bde3bff8ca1..f0cfaae84e28 100644
--- a/mail/qmail/Makefile
+++ b/mail/qmail/Makefile
@@ -17,9 +17,6 @@ MASTER_SITES= http://cr.yp.to/software/ \
${MASTER_SITE_QMAIL}
DISTNAME= ${PORTNAME}-${QMAIL_VERSION}
-PATCH_SITES+= ${MASTER_SITE_LOCAL:S/$/:local/}
-PATCH_SITE_SUBDIR+= lioux/:local
-
# qmail-* skeleton ports including this port may not want
# its patches
.if !defined(MAIN_QMAIL_PORT_DNS_PATCH_BARRIER)
@@ -27,10 +24,13 @@ PATCH_SITE_SUBDIR+= lioux/:local
# Since AOL has been using those, the problem has skyrocketed from minor to
# groundzero. qmail being RFC compliant need to be "fixed" to work with those
PATCH_SITES+= http://www.ckdhr.com/ckd/:dns
-PATCHFILES+= qmail-103.patch:dns,local
+PATCHFILES+= qmail-103.patch:dns
PATCH_DIST_STRIP+= -p1
.endif # MAIN_QMAIL_PORT_DNS_PATCH_BARRIER
+PATCH_SITES+= ${MASTER_SITE_LOCAL:S/$/:local,dns,ldap,mysql,tls/}
+PATCH_SITE_SUBDIR+= lioux/:local,dns,ldap,mysql,tls
+
MASTER_SITE_QMAIL+= \
http://qmail.deliver3.com/%SUBDIR%/ \
http://qmail.valueclick.com/%SUBDIR%/ \