diff options
author | asami <asami@FreeBSD.org> | 1998-04-21 13:02:58 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-04-21 13:02:58 +0800 |
commit | 3bfbaaba4bdbfa4d2810772301b894367b1a41b4 (patch) | |
tree | 13bec068f2ec1bf130fe7aa10a32325bf73fb5a7 /net | |
parent | 62fd92e891c049ead6acc3b6bfca3eb27df97321 (diff) | |
download | freebsd-ports-gnome-3bfbaaba4bdbfa4d2810772301b894367b1a41b4.tar.gz freebsd-ports-gnome-3bfbaaba4bdbfa4d2810772301b894367b1a41b4.tar.zst freebsd-ports-gnome-3bfbaaba4bdbfa4d2810772301b894367b1a41b4.zip |
Add trailing slash to one of the mastersites. Mark this broken, it is
not available from any of them.
Diffstat (limited to 'net')
-rw-r--r-- | net/rsync/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/net/rsync/Makefile b/net/rsync/Makefile index 449afc9c66c2..25fd0ebebe59 100644 --- a/net/rsync/Makefile +++ b/net/rsync/Makefile @@ -4,18 +4,20 @@ # Date created: Sat Aug 3, 1996 # Whom: David O'Brien (obrien@cs.ucdavis.edu) # -# $Id: Makefile,v 1.10 1998/01/03 10:14:21 obrien Exp $ +# $Id: Makefile,v 1.11 1998/04/20 11:28:59 obrien Exp $ # DISTNAME= rsync-1.7.1 CATEGORIES= net MASTER_SITES= ftp://samba.anu.edu.au/pub/rsync/ \ ftp://sunsite.auc.dk/pub/unix/rsync/ \ - ftp://ftp.sunet.se/pub/unix/admin/rsync \ + ftp://ftp.sunet.se/pub/unix/admin/rsync/ \ ftp://ftp.fu-berlin.de/pub/unix/network/rsync/ MAINTAINER= obrien@FreeBSD.org +BROKEN= fetch + GNU_CONFIGURE= yes MAN1= rsync.1 |