diff options
author | Oliver Braun <obraun@FreeBSD.org> | 2002-08-21 14:46:07 +0000 |
---|---|---|
committer | Oliver Braun <obraun@FreeBSD.org> | 2002-08-21 14:46:07 +0000 |
commit | c502381a374e4c7d6a163afc4ccc792b889fc5ea (patch) | |
tree | 1d4af647dfe924dcf24b213a96cb12bc35b6259d /net/rsync | |
parent | Add myself. (diff) |
Change MAINTAINER to my FreeBSD address.
Approved by: dwcjr (mentor)
Notes
Notes:
svn path=/head/; revision=64751
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 fd158c85f7d2..45ddbf5d1eef 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@informatik.unibw-muenchen.de +MAINTAINER= obraun@FreeBSD.org LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt |