diff options
author | nbm <nbm@FreeBSD.org> | 2001-01-03 18:33:10 +0800 |
---|---|---|
committer | nbm <nbm@FreeBSD.org> | 2001-01-03 18:33:10 +0800 |
commit | 417796d2724f2f208fde04315c1e6cf2b36280f4 (patch) | |
tree | c7383bb784bfecfa1e5db7da8d6b75a430a2a0fe /mail | |
parent | 3859ec119e804a99c6a9ec4be8842cbd97dde140 (diff) | |
download | freebsd-ports-gnome-417796d2724f2f208fde04315c1e6cf2b36280f4.tar.gz freebsd-ports-gnome-417796d2724f2f208fde04315c1e6cf2b36280f4.tar.zst freebsd-ports-gnome-417796d2724f2f208fde04315c1e6cf2b36280f4.zip |
Use an alternative MASTER_SITE to find the distfile.
PR: 23928
Submitted by: George Reid <greid@ukug.uk.freebsd.org>
Diffstat (limited to 'mail')
-rw-r--r-- | mail/autorespond/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/autorespond/Makefile b/mail/autorespond/Makefile index 3f1944928189..16000f7eaf50 100644 --- a/mail/autorespond/Makefile +++ b/mail/autorespond/Makefile @@ -8,7 +8,7 @@ PORTNAME= autorespond PORTVERSION= 1.0.0 CATEGORIES= mail -MASTER_SITES= http://www.inter7.com/vpopmail/ +MASTER_SITES= http://www.vpopmail.cx/ MAINTAINER= nbm@FreeBSD.org |