diff options
Diffstat (limited to 'net/bittornado/Makefile.common')
-rw-r--r-- | net/bittornado/Makefile.common | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/net/bittornado/Makefile.common b/net/bittornado/Makefile.common index 96cf85291e0..ad4a69c3f8d 100644 --- a/net/bittornado/Makefile.common +++ b/net/bittornado/Makefile.common @@ -1,16 +1,15 @@ -# $NetBSD: Makefile.common,v 1.10 2006/03/10 20:46:28 veego Exp $ +# $NetBSD: Makefile.common,v 1.11 2007/09/21 18:52:06 veego Exp $ # -DISTNAME= BitTornado-0.3.15 +DISTNAME= BitTornado-0.3.18 CATEGORIES= net -MASTER_SITES= http://www.bittornado.com/download/ +MASTER_SITES= http://download2.bittornado.com/download/ MAINTAINER= veego@NetBSD.org -HOMEPAGE= http://bittornado.com/ +HOMEPAGE= http://www.bittornado.com/ COMMENT= Experimental bittorrent client DISTINFO_FILE= ${.CURDIR}/../../net/bittornado/distinfo -FILESDIR= ${.CURDIR}/../../net/bittornado/files PATCHDIR= ${.CURDIR}/../../net/bittornado/patches WRKSRC= ${WRKDIR}/BitTornado-CVS |