diff options
author | mycroft <mycroft@pkgsrc.org> | 1998-07-04 09:56:26 +0000 |
---|---|---|
committer | mycroft <mycroft@pkgsrc.org> | 1998-07-04 09:56:26 +0000 |
commit | 842d8978e537a1d8803cdd7a59972ccf7218cae4 (patch) | |
tree | 78d5614aa7744c8dd7edb02db8e8f879a97b4c42 /net/rsync/Makefile | |
parent | c6729dbfdc3cae7996b956c555df5e8471e3bf20 (diff) | |
download | pkgsrc-842d8978e537a1d8803cdd7a59972ccf7218cae4.tar.gz |
Update to 2.0.18.
Diffstat (limited to 'net/rsync/Makefile')
-rw-r--r-- | net/rsync/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/net/rsync/Makefile b/net/rsync/Makefile index 72168207348..f137f94c86c 100644 --- a/net/rsync/Makefile +++ b/net/rsync/Makefile @@ -1,15 +1,17 @@ -# $NetBSD: Makefile,v 1.7 1998/06/22 12:58:34 agc Exp $ +# $NetBSD: Makefile,v 1.8 1998/07/04 09:56:26 mycroft Exp $ # FreeBSD Id: Makefile,v 1.10 1998/01/03 10:14:21 obrien Exp # -DISTNAME= rsync-1.6.9 +DISTNAME= rsync-2.0.18 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.fu-berlin.de/pub/unix/network/rsync/ -MAINTAINER= packages@netbsd.org +MAINTAINER= mycroft@netbsd.org + +CONFLICTS= rsync-1.6.9 GNU_CONFIGURE= yes |