diff options
-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 |