diff options
author | lioux <lioux@FreeBSD.org> | 2000-12-20 02:34:39 +0000 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2000-12-20 02:34:39 +0000 |
commit | 901d3ca3cf29647819d9bf4568bd121648172b01 (patch) | |
tree | aa0c9c77c79a945e438f46ae50ad451b5ba34c07 /mail/qmail | |
parent | f4e5af63330c0ed53c3b6e56fa683a84f7327774 (diff) | |
download | FreeBSD-ports-901d3ca3cf29647819d9bf4568bd121648172b01.zip FreeBSD-ports-901d3ca3cf29647819d9bf4568bd121648172b01.tar.gz |
The PATCHFILES file owner pointed out that a secondary location
should be provided for his patch since there was only one official
location. Appropriate arrangements have been made to house it under
${MASTER_SITE_LOCAL}.
PORTREVISION bump is not necessary.
Submitted by: Christopher K Davis <ckd@ckdhr.com>
Diffstat (limited to 'mail/qmail')
-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 |