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/rtorrent | |
parent | 153de52aa2c2a47ead308430fdf0049098a1062a (diff) | |
download | pkgsrc-028793f6d46dc09089139ae7b39ea7b45674063c.tar.gz |
Fix indentation.
Diffstat (limited to 'net/rtorrent')
-rw-r--r-- | net/rtorrent/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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 |