diff options
author | Oliver Braun <obraun@FreeBSD.org> | 2003-05-11 10:06:31 +0000 |
---|---|---|
committer | Oliver Braun <obraun@FreeBSD.org> | 2003-05-11 10:06:31 +0000 |
commit | a2f71a8494b9b9eff172fc8b136c5049e894a021 (patch) | |
tree | 10a061aa8c446874f8c1a36c48e528ba589df6bf /net/rsync | |
parent | 673653e1a90e026aaba7ab1203db16d1e15a2648 (diff) | |
download | ports-a2f71a8494b9b9eff172fc8b136c5049e894a021.tar.gz ports-a2f71a8494b9b9eff172fc8b136c5049e894a021.zip |
Notes
Diffstat (limited to 'net/rsync')
-rw-r--r-- | net/rsync/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/rsync/Makefile b/net/rsync/Makefile index a486270383c9..2c07f7770cae 100644 --- a/net/rsync/Makefile +++ b/net/rsync/Makefile @@ -15,7 +15,7 @@ MASTER_SITES= ftp://samba.anu.edu.au/pub/rsync/ \ ftp://ftp.sunet.se/pub/unix/admin/rsync/ \ ftp://ftp.fu-berlin.de/pub/unix/network/rsync/ -MAINTAINER= obraun@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= A network file distribution/synchronization utility .if defined(WITH_POPT_PORT) |