diff options
author | obraun <obraun@FreeBSD.org> | 2003-05-11 10:06:31 +0000 |
---|---|---|
committer | obraun <obraun@FreeBSD.org> | 2003-05-11 10:06:31 +0000 |
commit | 3219ed83ddfdc244d0366be4a7ec1d2efbca0f6c (patch) | |
tree | 93940cf4f4afcd1c8c33aff510ff4ad6ad676be2 /net | |
parent | 3bdc3a0197a50ecc52ebbc34734704df50a62ef2 (diff) | |
download | FreeBSD-ports-3219ed83ddfdc244d0366be4a7ec1d2efbca0f6c.zip FreeBSD-ports-3219ed83ddfdc244d0366be4a7ec1d2efbca0f6c.tar.gz |
Reset maintainer to ports@ since rsync is not written in Haskell ;o)
Diffstat (limited to 'net')
-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 a486270..2c07f77 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) |