diff options
Diffstat (limited to 'mail/qmail/Makefile')
-rw-r--r-- | mail/qmail/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/mail/qmail/Makefile b/mail/qmail/Makefile index e78cc03..d959cea 100644 --- a/mail/qmail/Makefile +++ b/mail/qmail/Makefile @@ -19,7 +19,9 @@ DISTNAME= ${PORTNAME}-${QMAIL_VERSION} # Patch necessary to cope with non-RFC >512 dns entries # 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/ +PATCH_SITES?= http://www.ckdhr.com/ckd/ \ + ${MASTER_SITE_LOCAL} +PATCH_SITE_SUBDIR?= lioux PATCHFILES?= qmail-103.patch PATCH_DIST_STRIP+= -p1 |