diff options
author | jmelo <jmelo@FreeBSD.org> | 2009-07-10 04:26:31 +0800 |
---|---|---|
committer | jmelo <jmelo@FreeBSD.org> | 2009-07-10 04:26:31 +0800 |
commit | b6caaf8fa2180e8b7a320276988b9686d6c8f16c (patch) | |
tree | 6d698f16b0001169ed9615ea749324779630ab53 | |
parent | 7f92148393c29f9c4cc60ad4db9e28265f260354 (diff) | |
download | freebsd-ports-gnome-b6caaf8fa2180e8b7a320276988b9686d6c8f16c.tar.gz freebsd-ports-gnome-b6caaf8fa2180e8b7a320276988b9686d6c8f16c.tar.zst freebsd-ports-gnome-b6caaf8fa2180e8b7a320276988b9686d6c8f16c.zip |
- Update mastersite.
PR: ports/134985
Submitted by: Michael Scholz <mike@fth-devel.net> (maintainer)
-rw-r--r-- | net/gateway6/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/gateway6/Makefile b/net/gateway6/Makefile index a3cbe063198f..b08793e23660 100644 --- a/net/gateway6/Makefile +++ b/net/gateway6/Makefile @@ -10,7 +10,8 @@ PORTVERSION= 5.0 PORTREVISION= 2 CATEGORIES= net ipv6 MASTER_SITES= http://www.go6.net/4105/file.asp?file_id=142&foo=/ -MASTER_SITES+= ftp://ftp.fth-devel.net/pub/freenet6/ +MASTER_SITES+= http://fth.sourceforge.net/freenet6/ +MASTER_SITES+= http://fth.host56.com/freenet6/ DISTNAME= gw6c-5_0-RELEASE-src MAINTAINER= mike@fth-devel.net |