diff options
author | nork <nork@FreeBSD.org> | 2003-04-12 04:32:58 +0800 |
---|---|---|
committer | nork <nork@FreeBSD.org> | 2003-04-12 04:32:58 +0800 |
commit | 45d0573e8a1415228a8bb499a504d30974e16a1c (patch) | |
tree | 9f816531d972e96410b902ce5f1e142f043a4d96 /ftp/fmirror/Makefile | |
parent | 7da337ea346bab5543f461fe29c86b366ac7344f (diff) | |
download | freebsd-ports-gnome-45d0573e8a1415228a8bb499a504d30974e16a1c.tar.gz freebsd-ports-gnome-45d0573e8a1415228a8bb499a504d30974e16a1c.tar.zst freebsd-ports-gnome-45d0573e8a1415228a8bb499a504d30974e16a1c.zip |
Contain '\r' with FTP commands.
PR: ports/50836
Submitted by: Xavier Beaudouin <kiwi@oav.net> (maintainer)
Diffstat (limited to 'ftp/fmirror/Makefile')
-rw-r--r-- | ftp/fmirror/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ftp/fmirror/Makefile b/ftp/fmirror/Makefile index 0d27f23de89b..5a91abbabc18 100644 --- a/ftp/fmirror/Makefile +++ b/ftp/fmirror/Makefile @@ -7,6 +7,7 @@ PORTNAME= fmirror PORTVERSION= 0.8.4 +PORTREVISION= 1 CATEGORIES= ftp MASTER_SITES= ftp://ftp.guardian.no/pub/free/ftp/fmirror/ |