summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2006-02-24 17:15:53 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2006-02-24 17:15:53 +0000
commitea7e0353d0f91cbef662c8850882ac11b7b10c9e (patch)
treed898bafee0b5ca6e900cfb3ea4fed96388548624
parent- Fix plist (diff)
Fix MASTER_SITES.
Approved by: portmgr (implicit)
-rw-r--r--devel/bazaar-ng/Makefile3
-rw-r--r--devel/bzr/Makefile3
2 files changed, 4 insertions, 2 deletions
diff --git a/devel/bazaar-ng/Makefile b/devel/bazaar-ng/Makefile
index cb36c5d559fd..6d15cf472cdc 100644
--- a/devel/bazaar-ng/Makefile
+++ b/devel/bazaar-ng/Makefile
@@ -8,7 +8,8 @@
PORTNAME= bazaar-ng
PORTVERSION= 0.7
CATEGORIES= devel
-MASTER_SITES= http://www.bazaar-ng.org/pkg/
+MASTER_SITES= http://voodoo.bawue.com/download/ \
+ http://www.bazaar-ng.org/pkg/
MASTER_SITE_SUBDIR= gnu-arch
DISTNAME= bzr-${PORTVERSION}
diff --git a/devel/bzr/Makefile b/devel/bzr/Makefile
index cb36c5d559fd..6d15cf472cdc 100644
--- a/devel/bzr/Makefile
+++ b/devel/bzr/Makefile
@@ -8,7 +8,8 @@
PORTNAME= bazaar-ng
PORTVERSION= 0.7
CATEGORIES= devel
-MASTER_SITES= http://www.bazaar-ng.org/pkg/
+MASTER_SITES= http://voodoo.bawue.com/download/ \
+ http://www.bazaar-ng.org/pkg/
MASTER_SITE_SUBDIR= gnu-arch
DISTNAME= bzr-${PORTVERSION}