diff options
author | Jeremy Messenger <mezz@FreeBSD.org> | 2006-01-12 12:56:38 +0000 |
---|---|---|
committer | Jeremy Messenger <mezz@FreeBSD.org> | 2006-01-12 12:56:38 +0000 |
commit | 9df4f67be2a3791c2c1f7579283a5cd987fd4ac9 (patch) | |
tree | 053331e6be89645bf1ae62a8c11802aea21b764d /net-p2p | |
parent | 48298c795053c4d760afc0850db158f3a58f5f16 (diff) | |
download | ports-9df4f67be2a3791c2c1f7579283a5cd987fd4ac9.tar.gz ports-9df4f67be2a3791c2c1f7579283a5cd987fd4ac9.zip |
Notes
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/transmission-cli/Makefile | 4 | ||||
-rw-r--r-- | net-p2p/transmission/Makefile | 4 |
2 files changed, 6 insertions, 2 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 |