diff options
author | tron <tron@pkgsrc.org> | 2008-05-25 20:49:39 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2008-05-25 20:49:39 +0000 |
commit | 9ba46c0fc4a7f030c316ffc4bdea7304c2f42bd3 (patch) | |
tree | 5aecec5e076e92bc3cd8a21013ceb6f36a9c26df /net/rsync | |
parent | c5aeda3346fa841ec18eb1797dcaa378f4a405de (diff) | |
download | pkgsrc-9ba46c0fc4a7f030c316ffc4bdea7304c2f42bd3.tar.gz |
Fix indentation.
Diffstat (limited to 'net/rsync')
-rw-r--r-- | net/rsync/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/rsync/Makefile b/net/rsync/Makefile index 75de6c5f804..be3a2c17dbc 100644 --- a/net/rsync/Makefile +++ b/net/rsync/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.74 2008/05/25 14:45:17 tron Exp $ +# $NetBSD: Makefile,v 1.75 2008/05/25 20:49:39 tron Exp $ DISTNAME= rsync-3.0.2 CATEGORIES= net @@ -7,7 +7,7 @@ MASTER_SITES= http://rsync.samba.org/ftp/rsync/ \ ftp://ftp.sunet.se/pub/unix/admin/rsync/ \ ftp://ftp.fu-berlin.de/unix/network/rsync/ -OWNER= tron@NetBSD.org +OWNER= tron@NetBSD.org HOMEPAGE= http://rsync.samba.org/ COMMENT= Network file distribution/synchronisation utility |