diff options
author | Sergey A. Osokin <osa@FreeBSD.org> | 2003-06-09 08:23:42 +0000 |
---|---|---|
committer | Sergey A. Osokin <osa@FreeBSD.org> | 2003-06-09 08:23:42 +0000 |
commit | 91868723e141123e39158b6558c05eb3956bbcf7 (patch) | |
tree | 5d4acf3fa22e9d80caf763242e05f2580cd7cac4 /ftp/fmirror | |
parent | 367a7ef2dc68d46d7f7dbd1f20a7e56e894e5431 (diff) | |
download | ports-91868723e141123e39158b6558c05eb3956bbcf7.tar.gz ports-91868723e141123e39158b6558c05eb3956bbcf7.zip |
Notes
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 |