diff options
Diffstat (limited to 'ftp')
-rw-r--r-- | ftp/jmirror/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/ftp/jmirror/Makefile b/ftp/jmirror/Makefile index bf0a1f54bf48..cf52e18fc183 100644 --- a/ftp/jmirror/Makefile +++ b/ftp/jmirror/Makefile @@ -8,9 +8,10 @@ PORTNAME= jmirror PORTVERSION= 1.0b CATEGORIES= ftp -MASTER_SITES= ftp://ftp.ruin.org/pub/All/ +MASTER_SITES= http://galileo.spaceports.com/~jharris/distfiles/ \ + ftp://ftp.ruin.org/pub/All/ -MAINTAINER= ports@FreeBSD.Org +MAINTAINER= ports@FreeBSD.org RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Net/FTP.pm:${PORTSDIR}/net/p5-Net |