diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2006-04-29 17:14:52 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2006-04-29 17:14:52 +0800 |
commit | 6e7385602a52d038c148909817b166fb27cd0b9b (patch) | |
tree | c851d5f9c8c9bfa433a108a0dc395141a5ec9826 /net | |
parent | 69511d781dd00ab0694389219347b1ac812bad38 (diff) | |
download | freebsd-ports-gnome-6e7385602a52d038c148909817b166fb27cd0b9b.tar.gz freebsd-ports-gnome-6e7385602a52d038c148909817b166fb27cd0b9b.tar.zst freebsd-ports-gnome-6e7385602a52d038c148909817b166fb27cd0b9b.zip |
Add an additional mirror.
Submitted by: Shaun Amott <shaun@inerd.com> (maintainer)
Diffstat (limited to 'net')
-rw-r--r-- | net/6tunnel/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/6tunnel/Makefile b/net/6tunnel/Makefile index 27891027ebad..d25e92e1040a 100644 --- a/net/6tunnel/Makefile +++ b/net/6tunnel/Makefile @@ -8,7 +8,8 @@ PORTNAME= 6tunnel DISTVERSION= 0.11rc2 CATEGORIES= net ipv6 -MASTER_SITES= http://toxygen.net/6tunnel/ +MASTER_SITES= http://toxygen.net/6tunnel/ \ + http://mirror.inerd.com/FreeBSD/distfiles/${PORTNAME}/ MAINTAINER= shaun@inerd.com COMMENT= TCP proxy for applications that don't speak IPv6 |