diff options
author | hubertf <hubertf@pkgsrc.org> | 1998-02-01 02:10:17 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 1998-02-01 02:10:17 +0000 |
commit | 6d96fafc53ccad06567da7184ca89db9ca28043a (patch) | |
tree | a833c3ce44af251f6369b334e6c3fcada456dd98 /net/rsync | |
parent | ed0d0fa1828d50ae286077f50ef5aa96e6a4a8b7 (diff) | |
download | pkgsrc-6d96fafc53ccad06567da7184ca89db9ca28043a.tar.gz |
portlint: fix URL
Diffstat (limited to 'net/rsync')
-rw-r--r-- | net/rsync/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/rsync/Makefile b/net/rsync/Makefile index 345277a5639..18f11db46b3 100644 --- a/net/rsync/Makefile +++ b/net/rsync/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 1998/01/23 09:57:21 agc Exp $ +# $NetBSD: Makefile,v 1.2 1998/02/01 02:10:17 hubertf Exp $ # # New ports collection makefile for: rsync # Version required: 1.6.9 @@ -12,7 +12,7 @@ DISTNAME= rsync-1.6.9 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 |