diff options
author | zuntum <zuntum> | 2002-01-28 20:39:35 +0000 |
---|---|---|
committer | zuntum <zuntum> | 2002-01-28 20:39:35 +0000 |
commit | e9055c9413b892871dab2953c37e86a2225612fc (patch) | |
tree | 6058f3d2899622da9c58d68ee372157c4613a2d3 | |
parent | e8799a0425741f45eac4155596bc2e9d4e2c84f6 (diff) | |
download | pkgsrc-e9055c9413b892871dab2953c37e86a2225612fc.tar.gz |
Switch second patch site from qmail.obeer.com to www.qmail.org as the latter
works better
-rw-r--r-- | mail/qmail/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/qmail/Makefile b/mail/qmail/Makefile index 2604ccb9d30..511f06e6174 100644 --- a/mail/qmail/Makefile +++ b/mail/qmail/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2002/01/28 19:39:00 zuntum Exp $ +# $NetBSD: Makefile,v 1.10 2002/01/28 20:39:35 zuntum Exp $ # DISTNAME= qmail-1.03 @@ -18,7 +18,7 @@ PATCH_SITES= http://www.ckdhr.com/ckd/ PATCHFILES+= qmail-103.patch # Apply QMAILQUEUE patch -PATCH_SITES+= http://qmail.obeer.com/ +PATCH_SITES+= http://www.qmail.org/ PATCHFILES+= qmailqueue-patch PATCH_DIST_STRIP= -p1 |