diff options
author | Hajimu UMEMOTO <ume@FreeBSD.org> | 2015-12-04 10:56:48 +0000 |
---|---|---|
committer | Hajimu UMEMOTO <ume@FreeBSD.org> | 2015-12-04 10:56:48 +0000 |
commit | 1e5e21193c9f97120a0d08743a25865b40cfcf03 (patch) | |
tree | 90760847b81bf003139a64d010f4f06b430da286 /net | |
parent | 54f0a044c9031c0a6eac77665ee0373f5c1b7f82 (diff) | |
download | freebsd-ports-1e5e21193c9f97120a0d08743a25865b40cfcf03.zip |
Drop home.jp.FreeBSD.org from MASTER_SITES.
Diffstat (limited to 'net')
-rw-r--r-- | net/dtcp/Makefile | 3 | ||||
-rw-r--r-- | net/dtcpclient/Makefile | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/net/dtcp/Makefile b/net/dtcp/Makefile index 191c2313eca0..1b24dc641016 100644 --- a/net/dtcp/Makefile +++ b/net/dtcp/Makefile @@ -4,8 +4,7 @@ PORTNAME= dtcp PORTVERSION= 20130602 PORTREVISION= 2 CATEGORIES= net ipv6 -MASTER_SITES= http://www.mahoroba.org/~ume/ipv6/ \ - http://home.jp.FreeBSD.org/~ume/ipv6/ +MASTER_SITES= http://www.mahoroba.org/~ume/ipv6/ MAINTAINER= ume@FreeBSD.org COMMENT= Dynamic Tunnel Configuration Protocol daemon and client diff --git a/net/dtcpclient/Makefile b/net/dtcpclient/Makefile index 8d8492bf4854..ff5bbac5bf5b 100644 --- a/net/dtcpclient/Makefile +++ b/net/dtcpclient/Makefile @@ -4,8 +4,7 @@ PORTNAME= dtcpclient PORTVERSION= 20151002 #PORTREVISION= 0 CATEGORIES= net ipv6 -MASTER_SITES= http://www.mahoroba.org/~ume/ipv6/ \ - http://home.jp.FreeBSD.org/~ume/ipv6/ +MASTER_SITES= http://www.mahoroba.org/~ume/ipv6/ MAINTAINER= ume@FreeBSD.org COMMENT= Dynamic Tunnel Configuration Protocol client |