diff options
author | wiz <wiz@pkgsrc.org> | 2017-06-19 06:54:15 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2017-06-19 06:54:15 +0000 |
commit | e6f094b6687ee5a7bc057d5c3b8ed873fef8db3d (patch) | |
tree | 3588d5f71b778afcd402647206d402a8a93e60d2 /mail/postfix | |
parent | bbfabf834180a5306a69616b2150aaa49cd3a747 (diff) | |
download | pkgsrc-e6f094b6687ee5a7bc057d5c3b8ed873fef8db3d.tar.gz |
Remove two non-working mirror sites.
Diffstat (limited to 'mail/postfix')
-rw-r--r-- | mail/postfix/Makefile.common | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/mail/postfix/Makefile.common b/mail/postfix/Makefile.common index 161b2a21e34..c60a179729c 100644 --- a/mail/postfix/Makefile.common +++ b/mail/postfix/Makefile.common @@ -1,13 +1,11 @@ -# $NetBSD: Makefile.common,v 1.10 2017/06/17 08:02:22 taca Exp $ +# $NetBSD: Makefile.common,v 1.11 2017/06/19 06:54:15 wiz Exp $ # used by mail/postfix/Makefile # used by mail/postfix/Makefile.module DISTNAME= postfix-3.2.2 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/ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.postfix.org/ |