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 | |
parent | Workaround to fix build on ia64. I hope it fixes the problem. (diff) |
Reset maintainer to ports@ since rsync is not written in Haskell ;o)
Notes
Notes:
svn path=/head/; revision=80663
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 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) |