diff options
author | jim <jim@FreeBSD.org> | 2002-01-14 16:00:08 +0800 |
---|---|---|
committer | jim <jim@FreeBSD.org> | 2002-01-14 16:00:08 +0800 |
commit | 68e975412f850761c165d5894e39b47660dc0523 (patch) | |
tree | a8894b0deccb2b5f27d95c47f1710e173ce6ca8c /mail | |
parent | 89bae4a438ae1211000ca2711e0b9dcc5db2f245 (diff) | |
download | freebsd-ports-gnome-68e975412f850761c165d5894e39b47660dc0523.tar.gz freebsd-ports-gnome-68e975412f850761c165d5894e39b47660dc0523.tar.zst freebsd-ports-gnome-68e975412f850761c165d5894e39b47660dc0523.zip |
Add mirrors to MASTER_SITES.
PR: 33869
Submitted by: maintainer
Diffstat (limited to 'mail')
-rw-r--r-- | mail/poppwd/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/mail/poppwd/Makefile b/mail/poppwd/Makefile index f76c2ad0c7e6..231d59910d12 100644 --- a/mail/poppwd/Makefile +++ b/mail/poppwd/Makefile @@ -8,7 +8,9 @@ PORTNAME= poppwd PORTVERSION= 1.0 CATEGORIES= mail -MASTER_SITES= ftp://ftp.ugh.net.au/pub/unix/poppwd/ +MASTER_SITES= ftp://ftp.ugh.net.au/pub/unix/poppwd/ \ + ftp://ftp.megamirror.com/pub/ugh/poppwd/ \ + http://ftp.megamirror.com/pub/ugh/poppwd/ MAINTAINER= andrew@ugh.net.au |