diff options
-rw-r--r-- | archivers/bitbox/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/archivers/bitbox/Makefile b/archivers/bitbox/Makefile index 587e90f5505a..2325d817233b 100644 --- a/archivers/bitbox/Makefile +++ b/archivers/bitbox/Makefile @@ -9,7 +9,9 @@ PORTNAME= bitbox PORTVERSION= 0.3.0 CATEGORIES= archivers -MASTER_SITES= http://www.gizmodrome.com/ +MASTER_SITES= http://www.gizmodrome.com/ \ + ftp://ftp.csua.berkeley.edu/pub/FreeBSD/ports/distfiles/ \ + ftp://freebsd.csie.nctu.edu.tw/pub/distfiles/ MAINTAINER= ijliao@FreeBSD.org |