diff options
author | obache <obache> | 2011-09-16 12:21:57 +0000 |
---|---|---|
committer | obache <obache> | 2011-09-16 12:21:57 +0000 |
commit | 7595842ca66b147805924729fbe7d965d6424c65 (patch) | |
tree | 4a2e76e2277d835281d0f68cbcb3fc1af6e10b76 /net/dtorrent | |
parent | f3ee3c4e6f36748132bd8d46aa02923fc2e953bf (diff) | |
download | pkgsrc-7595842ca66b147805924729fbe7d965d6424c65.tar.gz |
Project Home should be set to HOMEPAGE, instead of noted in DESCR.
Diffstat (limited to 'net/dtorrent')
-rw-r--r-- | net/dtorrent/DESCR | 2 | ||||
-rw-r--r-- | net/dtorrent/Makefile | 4 |
2 files changed, 2 insertions, 4 deletions
diff --git a/net/dtorrent/DESCR b/net/dtorrent/DESCR index e6e83867d97..ff43d01ad2f 100644 --- a/net/dtorrent/DESCR +++ b/net/dtorrent/DESCR @@ -3,5 +3,3 @@ ctorrent, which it is based on, high performance with minimal system resources and dependencies is a priority. Enhanced CTorrent adds additional features like dynamic adjustments and fixes several bugs in the original ctorrent client (obsolete and marked EOL in pkgsrc repository). - -More info at: http://www.rahul.net/dholmes/ctorrent/ 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 |