diff options
author | tron <tron> | 2008-05-25 20:49:39 +0000 |
---|---|---|
committer | tron <tron> | 2008-05-25 20:49:39 +0000 |
commit | 028793f6d46dc09089139ae7b39ea7b45674063c (patch) | |
tree | 5aecec5e076e92bc3cd8a21013ceb6f36a9c26df /net | |
parent | 153de52aa2c2a47ead308430fdf0049098a1062a (diff) | |
download | pkgsrc-028793f6d46dc09089139ae7b39ea7b45674063c.tar.gz |
Fix indentation.
Diffstat (limited to 'net')
-rw-r--r-- | net/cia/Makefile | 4 | ||||
-rw-r--r-- | net/libtorrent/Makefile | 4 | ||||
-rw-r--r-- | net/rsync/Makefile | 4 | ||||
-rw-r--r-- | net/rtorrent/Makefile | 4 | ||||
-rw-r--r-- | net/wireshark/Makefile | 4 |
5 files changed, 10 insertions, 10 deletions
diff --git a/net/cia/Makefile b/net/cia/Makefile index 6aa6eb223e5..20ae8050df3 100644 --- a/net/cia/Makefile +++ b/net/cia/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.11 2008/05/25 14:45:17 tron Exp $ +# $NetBSD: Makefile,v 1.12 2008/05/25 20:49:39 tron Exp $ DISTNAME= cia-20030922 CATEGORIES= net MASTER_SITES= http://scheler.de/~matthias/files/ EXTRACT_SUFX= .tar.bz2 -OWNER= tron@NetBSD.org +OWNER= tron@NetBSD.org COMMENT= Simple IP accounting software DOC_DIR= ${PREFIX}/share/doc/cia diff --git a/net/libtorrent/Makefile b/net/libtorrent/Makefile index facf12a3f68..3cb8e9e0946 100644 --- a/net/libtorrent/Makefile +++ b/net/libtorrent/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.27 2008/05/25 14:45:17 tron Exp $ +# $NetBSD: Makefile,v 1.28 2008/05/25 20:49:39 tron Exp $ DISTNAME= libtorrent-0.11.9 PKGREVISION= 1 CATEGORIES= net MASTER_SITES= ${HOMEPAGE:=downloads/} -OWNER= tron@NetBSD.org +OWNER= tron@NetBSD.org HOMEPAGE= http://libtorrent.rakshasa.no/ COMMENT= BitTorrent library written in C++ for *nix 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 diff --git a/net/rtorrent/Makefile b/net/rtorrent/Makefile index a1984745fb7..b35caee46e9 100644 --- a/net/rtorrent/Makefile +++ b/net/rtorrent/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.27 2008/05/25 14:45:17 tron Exp $ +# $NetBSD: Makefile,v 1.28 2008/05/25 20:49:39 tron Exp $ DISTNAME= rtorrent-0.7.9 PKGREVISION= 1 CATEGORIES= net MASTER_SITES= ${HOMEPAGE:=downloads/} -OWNER= tron@NetBSD.org +OWNER= tron@NetBSD.org HOMEPAGE= http://libtorrent.rakshasa.no/ COMMENT= Ncurses based torrent client with support for sessions diff --git a/net/wireshark/Makefile b/net/wireshark/Makefile index 1d054e27e23..f218e76b6eb 100644 --- a/net/wireshark/Makefile +++ b/net/wireshark/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2008/05/25 14:45:17 tron Exp $ +# $NetBSD: Makefile,v 1.21 2008/05/25 20:49:39 tron Exp $ DISTNAME= wireshark-1.0.0 CATEGORIES= net @@ -6,7 +6,7 @@ MASTER_SITES= http://www.wireshark.org/download/src/ \ ${MASTER_SITE_SOURCEFORGE:=wireshark/} EXTRACT_SUFX= .tar.bz2 -OWNER= tron@NetBSD.org +OWNER= tron@NetBSD.org HOMEPAGE= http://www.wireshark.org/ COMMENT= Network protocol analyzer |