diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2002-04-03 21:10:43 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2002-04-03 21:10:43 +0000 |
commit | def53cc6287ee74ebeb7b26e4c702f11a8ff9aba (patch) | |
tree | 29a2b7b90a05a4efe6b059221097cc7ca0566b3c /mail/qmail/Makefile | |
parent | 76c0bea29fcb3934b084f1995f0c565efcefdb1a (diff) | |
download | ports-def53cc6287ee74ebeb7b26e4c702f11a8ff9aba.tar.gz ports-def53cc6287ee74ebeb7b26e4c702f11a8ff9aba.zip |
Notes
Diffstat (limited to 'mail/qmail/Makefile')
-rw-r--r-- | mail/qmail/Makefile | 8 |
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%/ \ |