diff options
author | ghen <ghen@pkgsrc.org> | 2008-08-22 20:29:55 +0000 |
---|---|---|
committer | ghen <ghen@pkgsrc.org> | 2008-08-22 20:29:55 +0000 |
commit | c56bc051328a453d9ece3f47025d25d862539305 (patch) | |
tree | 4d2773781e05b913a93cd8917e6a43681d30ef80 /mail/postfix/Makefile | |
parent | 4eea646045f17f6704777b42163276880ea54d9d (diff) | |
download | pkgsrc-c56bc051328a453d9ece3f47025d25d862539305.tar.gz |
Add some (http) mirrors.
Diffstat (limited to 'mail/postfix/Makefile')
-rw-r--r-- | mail/postfix/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/mail/postfix/Makefile b/mail/postfix/Makefile index 3f014e23389..b2dd69814a5 100644 --- a/mail/postfix/Makefile +++ b/mail/postfix/Makefile @@ -1,9 +1,12 @@ -# $NetBSD: Makefile,v 1.218 2008/08/18 07:13:41 martti Exp $ +# $NetBSD: Makefile,v 1.219 2008/08/22 20:29:55 ghen Exp $ DISTNAME= postfix-2.5.4 #PKGREVISION= 1 CATEGORIES= mail MASTER_SITES= ftp://ftp.porcupine.org/mirrors/postfix-release/official/ +MASTER_SITES+= http://postfix.it-austria.net/releases/official/ +MASTER_SITES+= http://mirrors.isc.org/pub/postfix/official/ +MASTER_SITES+= http://mirror.postfix.jp/postfix-release/official/ DIST_SUBDIR= postfix MAINTAINER= martti@NetBSD.org |