diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2006-06-01 20:13:54 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2006-06-01 20:13:54 +0800 |
commit | 2d31e96f4f2b4811449072fa83d877d5d205c3ff (patch) | |
tree | 679e23e1b46e37724085fbe35bad1b344ea0f2ac /dns | |
parent | 95b3fb7dc6b24f4c6a5cdadc0c589903136ce79e (diff) | |
download | freebsd-ports-gnome-2d31e96f4f2b4811449072fa83d877d5d205c3ff.tar.gz freebsd-ports-gnome-2d31e96f4f2b4811449072fa83d877d5d205c3ff.tar.zst freebsd-ports-gnome-2d31e96f4f2b4811449072fa83d877d5d205c3ff.zip |
Add an additional mirror.
Diffstat (limited to 'dns')
-rw-r--r-- | dns/nslint/Makefile | 3 | ||||
-rw-r--r-- | dns/zonenotify/Makefile | 4 |
2 files changed, 5 insertions, 2 deletions
diff --git a/dns/nslint/Makefile b/dns/nslint/Makefile index 3782160db054..e3ff39227735 100644 --- a/dns/nslint/Makefile +++ b/dns/nslint/Makefile @@ -9,7 +9,8 @@ PORTNAME= nslint PORTVERSION= 2.1.a6 CATEGORIES= dns MASTER_SITES= ftp://ftp.ee.lbl.gov/ \ - http://critical.ch/distfiles/ + http://critical.ch/distfiles/ \ + http://energy.critical.ch/distfiles/ DISTNAME= ${PORTNAME}-${PORTVERSION:S/.a/a/} MAINTAINER= ehaupt@FreeBSD.org diff --git a/dns/zonenotify/Makefile b/dns/zonenotify/Makefile index 6199719164f6..90c729ef02ff 100644 --- a/dns/zonenotify/Makefile +++ b/dns/zonenotify/Makefile @@ -9,7 +9,9 @@ PORTNAME= zonenotify PORTVERSION= 0.1 CATEGORIES= dns MASTER_SITES= http://morettoni.net/bsd/ \ - http://cvs.delink.net/mirrors/morettoni.net/ + http://cvs.delink.net/mirrors/morettoni.net/ \ + http://critical.ch/distfiles/ \ + http://energy.critical.ch/distfiles/ MAINTAINER= ehaupt@FreeBSD.org COMMENT= A dns notify sender written in C |