diff options
author | osa <osa@FreeBSD.org> | 2003-06-09 16:23:42 +0800 |
---|---|---|
committer | osa <osa@FreeBSD.org> | 2003-06-09 16:23:42 +0800 |
commit | 2bab97d7963201a1cebe30683cfa556472fca54c (patch) | |
tree | bfb0150536dd78010604348fa78ef61dc403c7ba /ftp/fmirror | |
parent | 16e4753c03894ed9735d9c30bafb24b5afc96b3d (diff) | |
download | freebsd-ports-gnome-2bab97d7963201a1cebe30683cfa556472fca54c.tar.gz freebsd-ports-gnome-2bab97d7963201a1cebe30683cfa556472fca54c.tar.zst freebsd-ports-gnome-2bab97d7963201a1cebe30683cfa556472fca54c.zip |
Fix MASTER_SITES, add a secondary mirror
Notice from: Bill "distfiles" Fenner
Submitted by: MAINTAINER
PR: 53064
Approved by: fjoe (mentor)
Diffstat (limited to 'ftp/fmirror')
-rw-r--r-- | ftp/fmirror/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/ftp/fmirror/Makefile b/ftp/fmirror/Makefile index 5a91abbabc18..80922bbe9be4 100644 --- a/ftp/fmirror/Makefile +++ b/ftp/fmirror/Makefile @@ -7,15 +7,14 @@ PORTNAME= fmirror PORTVERSION= 0.8.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= ftp -MASTER_SITES= ftp://ftp.guardian.no/pub/free/ftp/fmirror/ +MASTER_SITES= ftp://ftp.guardian.no/pub/free/ftp/fmirror/ \ + ftp://ftp.oav.net/pkg_freebsd/distfiles/ MAINTAINER= kiwi@oav.net COMMENT= Program for mirroring files and directories from a remote FTP server -#WRKSRC= ${WRKDIR}/${DISTNAME} - GNU_CONFIGURE= yes MAN1= fmirror.1 |