diff options
author | obache <obache@pkgsrc.org> | 2011-09-16 12:21:57 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2011-09-16 12:21:57 +0000 |
commit | 1d584367f20ad3a030391c310662c0747f282ec2 (patch) | |
tree | 4a2e76e2277d835281d0f68cbcb3fc1af6e10b76 /net/dtorrent/Makefile | |
parent | 6a36b5cf38054deeab15fd309c0b35bfafce2c16 (diff) | |
download | pkgsrc-1d584367f20ad3a030391c310662c0747f282ec2.tar.gz |
Project Home should be set to HOMEPAGE, instead of noted in DESCR.
Diffstat (limited to 'net/dtorrent/Makefile')
-rw-r--r-- | net/dtorrent/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/dtorrent/Makefile b/net/dtorrent/Makefile index e9ed3d4893d..c3518e22d3a 100644 --- a/net/dtorrent/Makefile +++ b/net/dtorrent/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2010/05/26 13:24:43 obache Exp $ +# $NetBSD: Makefile,v 1.2 2011/09/16 12:21:58 obache Exp $ # DISTNAME= ctorrent-dnh3.3.2 @@ -7,7 +7,7 @@ CATEGORIES= net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=dtorrent/} MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://dtorrent.sourceforge.net/ +HOMEPAGE= http://www.rahul.net/dholmes/ctorrent/ COMMENT= Enhanced CTorrent, a BitTorrent console client written in C/C++ LICENSE= gnu-gpl-v2 |