diff options
-rw-r--r-- | net-p2p/transmission-cli/Makefile | 4 | ||||
-rw-r--r-- | net-p2p/transmission/Makefile | 4 | ||||
-rw-r--r-- | net/transmission/Makefile | 4 |
3 files changed, 9 insertions, 3 deletions
diff --git a/net-p2p/transmission-cli/Makefile b/net-p2p/transmission-cli/Makefile index b65eb5a8297d..9128f90d8cc5 100644 --- a/net-p2p/transmission-cli/Makefile +++ b/net-p2p/transmission-cli/Makefile @@ -8,7 +8,9 @@ PORTNAME= transmission PORTVERSION= 0.4 CATEGORIES= net -MASTER_SITES= http://download.m0k.org/${PORTNAME}/files/ +MASTER_SITES= ${MASTER_SITE_LOCAL} \ + http://download.m0k.org/${PORTNAME}/files/ +MASTER_SITE_SUBDIR=mezz DISTNAME= Transmission-${PORTVERSION} MAINTAINER= mezz@FreeBSD.org diff --git a/net-p2p/transmission/Makefile b/net-p2p/transmission/Makefile index b65eb5a8297d..9128f90d8cc5 100644 --- a/net-p2p/transmission/Makefile +++ b/net-p2p/transmission/Makefile @@ -8,7 +8,9 @@ PORTNAME= transmission PORTVERSION= 0.4 CATEGORIES= net -MASTER_SITES= http://download.m0k.org/${PORTNAME}/files/ +MASTER_SITES= ${MASTER_SITE_LOCAL} \ + http://download.m0k.org/${PORTNAME}/files/ +MASTER_SITE_SUBDIR=mezz DISTNAME= Transmission-${PORTVERSION} MAINTAINER= mezz@FreeBSD.org diff --git a/net/transmission/Makefile b/net/transmission/Makefile index b65eb5a8297d..9128f90d8cc5 100644 --- a/net/transmission/Makefile +++ b/net/transmission/Makefile @@ -8,7 +8,9 @@ PORTNAME= transmission PORTVERSION= 0.4 CATEGORIES= net -MASTER_SITES= http://download.m0k.org/${PORTNAME}/files/ +MASTER_SITES= ${MASTER_SITE_LOCAL} \ + http://download.m0k.org/${PORTNAME}/files/ +MASTER_SITE_SUBDIR=mezz DISTNAME= Transmission-${PORTVERSION} MAINTAINER= mezz@FreeBSD.org |