diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2005-07-10 19:56:19 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2005-07-10 19:56:19 +0000 |
commit | 38ca14461e2d3be50f27b605c4359b4d4898ecb1 (patch) | |
tree | cf1c3c825e15d7baa183276a134c7134231507dd /mail/smtpd/Makefile | |
parent | 27bab2c146ae2c0142ea9e96e67537eca303f4d6 (diff) |
Notes
Diffstat (limited to 'mail/smtpd/Makefile')
-rw-r--r-- | mail/smtpd/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/mail/smtpd/Makefile b/mail/smtpd/Makefile index 822b031dac2c..6b68cb367375 100644 --- a/mail/smtpd/Makefile +++ b/mail/smtpd/Makefile @@ -9,7 +9,9 @@ PORTNAME= smtpd PORTVERSION= 2.0 PORTREVISION= 2 CATEGORIES= mail security -MASTER_SITES= ftp://ftp.obtuse.com/pub/smtpd/ +MASTER_SITES= http://ftp.rge.com/pub/mail/smtpd/ \ + http://www.netsw.org/net/ip/firewall/proxy/smtpd/ \ + ftp://ftp.obtuse.com/pub/smtpd/ PATCH_SITES= ${MASTER_SITES} PATCHFILES= patch-smtpd-2.0-RBL.gz |