diff options
author | Pete Fritchman <petef@FreeBSD.org> | 2002-03-28 23:07:09 +0000 |
---|---|---|
committer | Pete Fritchman <petef@FreeBSD.org> | 2002-03-28 23:07:09 +0000 |
commit | ba66c7ee9c21cc43fd3bdd2df7e513a65b8ee7b6 (patch) | |
tree | 23ffc3a4f6d75ba31f3120751ede1114e622217a | |
parent | Install config file as a sample file (diff) |
Host the distfile at a temporary location until the main FTP site works
again.
PR: 36436
Submitted by: Jason Harris <jharris@widomaker.com>
Notes
Notes:
svn path=/head/; revision=56820
-rw-r--r-- | mail/mailfilter/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/mailfilter/Makefile b/mail/mailfilter/Makefile index 4c0d36205604..4900933b4b5e 100644 --- a/mail/mailfilter/Makefile +++ b/mail/mailfilter/Makefile @@ -8,7 +8,8 @@ PORTNAME= mailfilter PORTVERSION= 1.0b CATEGORIES= mail -MASTER_SITES= ftp://samurai.ruin.org/pub/All/ +MASTER_SITES= http://galileo.spaceports.com/~jharris/distfiles/ \ + ftp://samurai.ruin.org/pub/All/ MAINTAINER= jmrobins@samurai.ruin.org |