summaryrefslogtreecommitdiffstats
path: root/mail/qmail/Makefile
diff options
context:
space:
mode:
authorlioux <lioux@FreeBSD.org>2002-04-03 21:10:43 +0000
committerlioux <lioux@FreeBSD.org>2002-04-03 21:10:43 +0000
commit1647824f91fbd28131688139ae7ef6b7f61f3d23 (patch)
treed17dea4707e76db1012c5a5228fd5152ab1fad33 /mail/qmail/Makefile
parentf8383d1cf9d909f53c45845fac6910a90b86df93 (diff)
downloadFreeBSD-ports-1647824f91fbd28131688139ae7ef6b7f61f3d23.zip
FreeBSD-ports-1647824f91fbd28131688139ae7ef6b7f61f3d23.tar.gz
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
Diffstat (limited to 'mail/qmail/Makefile')
-rw-r--r--mail/qmail/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/mail/qmail/Makefile b/mail/qmail/Makefile
index 1bde3bf..f0cfaae 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%/ \
OpenPOWER on IntegriCloud