diff options
author | Patrick Li <pat@FreeBSD.org> | 2002-03-28 23:00:10 +0000 |
---|---|---|
committer | Patrick Li <pat@FreeBSD.org> | 2002-03-28 23:00:10 +0000 |
commit | 7e2881cf32e1da935e973fb3c9d713f85a66cd2b (patch) | |
tree | 452cd573a2df1722906ddb6ce733c8bba09a3fa7 | |
parent | Update MASTER_SITES and WWW: tag to reflect this port's new home. (diff) |
- Add working download site
- FreeBSD.Org -> FreeBSD.org
PR: 36439
Submitted by: Jason Harris <jharris@widomaker.com>
Notes
Notes:
svn path=/head/; revision=56816
-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 |