diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2009-09-02 15:01:56 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2009-09-02 15:01:56 +0000 |
commit | 535382b89150108fea8bdf4a729e9ed1257f42f8 (patch) | |
tree | 1f24bf9ea181456fbd70a93a3796f17fa5b7c19b /net-p2p | |
parent | bf8370accdc8c1debd25f233b58f951224d56a2e (diff) |
Notes
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/mldonkey/Makefile | 4 | ||||
-rw-r--r-- | net-p2p/museek+/Makefile | 3 | ||||
-rw-r--r-- | net-p2p/museekplus/Makefile | 3 | ||||
-rw-r--r-- | net-p2p/torrentflux/Makefile | 3 |
4 files changed, 4 insertions, 9 deletions
diff --git a/net-p2p/mldonkey/Makefile b/net-p2p/mldonkey/Makefile index 8d078fd7bc18..87d59f976ffc 100644 --- a/net-p2p/mldonkey/Makefile +++ b/net-p2p/mldonkey/Makefile @@ -9,9 +9,7 @@ PORTNAME= mldonkey PORTVERSION= 3.0.0 PORTREVISION= 1 CATEGORIES+= net-p2p -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED} \ - ${MASTER_SITE_SAVANNAH} -MASTER_SITE_SUBDIR= ${PORTNAME} +MASTER_SITES= SF MAINTAINER?= lioux@FreeBSD.org COMMENT?= A OCAML client for multiple peer-to-peer networks diff --git a/net-p2p/museek+/Makefile b/net-p2p/museek+/Makefile index 8771ef86689b..01c629144c37 100644 --- a/net-p2p/museek+/Makefile +++ b/net-p2p/museek+/Makefile @@ -8,8 +8,7 @@ PORTNAME= museekplus PORTVERSION= 0.1.13 PORTREVISION= 3 CATEGORIES= net-p2p -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED} -MASTER_SITE_SUBDIR= museek-plus +MASTER_SITES= SF/museek-plus/museek-plus/${PORTVERSION} DISTNAME= museek+-${PORTVERSION} MAINTAINER= silver@ultrasoft.ee diff --git a/net-p2p/museekplus/Makefile b/net-p2p/museekplus/Makefile index 8771ef86689b..01c629144c37 100644 --- a/net-p2p/museekplus/Makefile +++ b/net-p2p/museekplus/Makefile @@ -8,8 +8,7 @@ PORTNAME= museekplus PORTVERSION= 0.1.13 PORTREVISION= 3 CATEGORIES= net-p2p -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED} -MASTER_SITE_SUBDIR= museek-plus +MASTER_SITES= SF/museek-plus/museek-plus/${PORTVERSION} DISTNAME= museek+-${PORTVERSION} MAINTAINER= silver@ultrasoft.ee diff --git a/net-p2p/torrentflux/Makefile b/net-p2p/torrentflux/Makefile index dae8702a492c..b4c4a85be354 100644 --- a/net-p2p/torrentflux/Makefile +++ b/net-p2p/torrentflux/Makefile @@ -8,8 +8,7 @@ PORTNAME= torrentflux DISTVERSION= 2.0beta1 CATEGORIES= net-p2p www -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED} -MASTER_SITE_SUBDIR= ${PORTNAME} +MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/TorrentFlux%202.0%20beta1 MAINTAINER= ports@FreeBSD.org COMMENT= A PHP based BitTorrent client that runs on a web server |