diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2006-04-29 09:19:24 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2006-04-29 09:19:24 +0000 |
commit | 63a241ec543e9ab4b7385b14407c354b6e8bba07 (patch) | |
tree | 72fb46a04f74c37bd2e7faadbfa9d476441a914c /dns | |
parent | 1f4053dc5d969c3607aaeae1aa2df4830eb24b29 (diff) | |
download | ports-63a241ec543e9ab4b7385b14407c354b6e8bba07.tar.gz ports-63a241ec543e9ab4b7385b14407c354b6e8bba07.zip |
Notes
Diffstat (limited to 'dns')
-rw-r--r-- | dns/noip/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dns/noip/Makefile b/dns/noip/Makefile index 24667ac7fa94..dbaed2b8c6e2 100644 --- a/dns/noip/Makefile +++ b/dns/noip/Makefile @@ -9,7 +9,8 @@ PORTNAME= noip PORTVERSION= 2.1.1 PORTREVISION= 1 CATEGORIES= dns -MASTER_SITES= http://www.no-ip.com/client/linux/ +MASTER_SITES= http://www.no-ip.com/client/linux/ \ + http://mirror.inerd.com/FreeBSD/distfiles/${PORTNAME}/ MAINTAINER= ports@FreeBSD.org COMMENT= No-IP.com's dynamic DNS update client |